/*BTV styles*/
div.show-page .embed-responsive-16by9 img {max-width:100% !important;}
div.show-page .embed-responsive-16by9 {padding-bottom:58%;}
.show-page-social-links {display:none !important;}
}

/* Tablet portrait (and larger)*/
@media (min-width: 768px) {

	div.show-page .embed-responsive-16by9 {padding-bottom:48%;}
	div.show-page .embed-responsive-16by9 img {max-width:600px !important;}
    
}

/* Tablet-landscape (and larger)*/
@media (min-width: 922px) {

	div.show-page .embed-responsive-16by9 {padding-bottom:38%;}
    div.show-page .embed-responsive-16by9 img {max-width:600px !important;}
}

/* Laptops (and larger)*/
@media (min-width: 1200px) {

	div.show-page .embed-responsive-16by9 {padding-bottom:31%;}
    div.show-page .embed-responsive-16by9 img {max-width:600px !important;}
}