/*
Theme Name:     vantage Customizations
Description:    A child theme for vantage so customizations won't be deleted when the parent theme is upgraded.
Author:        	Brecht Lecluyse
Template:       vantage
*/

@import url("../vantage/style.css");

/* Any stylesheet overrides should go below this line */

/*Customization: 	Brecht Lecluyse*/

 /*responsive video embed */
 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*custom override class*/
img.custom
{
    box-shadow: none;    

}



