body {
    margin, padding, border: 0;
}

 @media screen and (max-width:600px) {

.content {

                display:block;
                width: 100%;
                margin: 0px auto;
                }
.embed-container {
                width: 100%;
	            height: auto;                overflow: hidden;
              
                position: relative;
                }
.embed-container img {
                border: none;
                min-width: 100%;
                width: 100%;
                height: 100%;
                position: relative;
                top: 0;
                left: 0;
                }
.desktop {
    display: none;
}
.medium {
    display: none;
}
.mobile {
    display: block;
}

}

 @media screen and (min-width:601px) and (max-width:980px) {

.content {

                display:block;
                width: 100%;
                margin: 0px auto;
                }
.embed-container {
                width: 100%;
	            height: auto;                overflow: hidden;
              
                position: relative;
                }
.embed-container img {
                border: none;
                min-width: 100%;
                width: 100%;
                height: 100%;
                position: relative;
                top: 0;
                left: 0;
                }
.desktop {
    display: none;
}
     
.mobile {
    display: none;
}
.medium {
    display: block;
}

}


@media screen and (min-width:981px) {

.content {
                display:block;
                width: 100%;
                margin: 0px auto;
                }
.embed-container {
                height: auto;
                width: 100%;
                overflow: hidden;
                position: relative;
                }
                .embed-container img {
                                border: none;
                                min-width: 100%;
                                width: 100%;
                                height: 100%;
                                position: relative;
                                top: 0;
                                left: 0;
                                }
.mobile {
    display: none;
}
    
.medium {
    display: none;
}
.desktop {
    display: block;
}
}
