.img-custom-width {
width: auto;
}
@media (min-width: 576px) {
.img-custom-width {
width: auto;
}
}
@media (min-width: 768px) {
.img-custom-width {
width: 220px;
}
}
@media (min-width: 992px) {
.img-custom-width {
width: 250px;
}
}
.video-custom-width {
width: auto;
}
@media (min-width: 576px) {
.video-custom-width {
width: auto;
}
}
@media (min-width: 768px) {
.video-custom-width {
width: 250px;
}
}
@media (min-width: 992px) {
.video-custom-width {
width: 450px;
}
}
.custom-embed {
position: relative;
padding-bottom: 66.67%;
height: 0;
}
.custom-embed iframe,
.custom-embed video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}