/*
    Theme Name: TV Main Theme
    Theme URI: https://phoscreative.com
    Author: PHOS Creative
    Author URI: https://phoscreative.com
    Description: A theme to empower our clients to market through their mission to reach their vision.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: phos
*/

.post .post-image img,
.post-horizontal a.post-image img,
#page #article-content .container .flex-container.sticky-sidebar .editors-picks .article-pick .article-pick-thumb img,
#single #article-content .container .flex-container.sticky-sidebar .editors-picks .article-pick .article-pick-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#front #hero .hero-section .hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#front #hero .hero-section .hero-bg picture,
#front #hero .hero-section .hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}