/*
 Theme Name:   Tracks Child
 Template:     tracks
 Author: 	   Compete Themes
 Version: 	   1.0
 Author URI:   https://www.competethemes.com
 Description:  This is a child theme used to customize the Tracks WordPress theme.
 License: GNU  General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* =Theme customization starts here
-------------------------------------------------------------- */

.full-width #main .featured-image {
	position: static;
	padding: 0;
	height: auto;
	width: auto;
	background: none;
	line-height: 0;
}
.full-width #main .featured-image-link:hover .featured-image {
	transform: none;
}
.full-width #main .featured-image img {
	position: static;
	width: 100%;
}