/*
 Theme Name:   Bermione On Track
 Theme URI:    http://www.bermione.be/
 Description:  Bermione based on tracks
 Author:       Bert Van Dooren
 Author URI:   http://www.bermione.be
 Template:     tracks
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, responsive-layout, accessibility-ready, pictures, post-formats
 Text Domain:  bermione-on-tracks
*/
.featured-image.single.full-image {
   -webkit-background-size: auto;
   background-size: contain;
   background-repeat: no-repeat;
}

.entry .featured-image.single:after {
   background: transparent!important;
}