/*
 Theme Name:   Reality
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://bootscore.me
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/
.ads-object-fit {
	
	/* max-height: calc(100vh - 138px); */
	/* object-position: 0 -150px; */
	/* outline: 1px solid red; */
}

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

	.postid-57  .ads-object-fit {
		height: auto;
		object-fit: cover;
		width: 100%;
	}
	
}
