/*----------------------Feature Video------------------*/
/*--------- Feature Video Home Page ----------*/
.podcast-wrap {
	background-image: url(/main/images/news/podcasts/nvtoday-podcast-studio-gradient.jpg); 
	background-repeat: no-repeat; 
    background-size:100%;
	background-position:top;
}
.podcast-header{
    margin-top: 5rem;
	margin-bottom: 5.625rem;
	padding: 1em;
	background-color: rgba(0,0,0,.7);
}
.podcast-header h1{
    color: #fff !important; 
    line-height: 3.5rem;
	font-size: 3.25rem; 
	text-align: center; 
	margin:0.5rem 0rem .5rem 0rem;
	text-transform: uppercase;
	font-family:"myriad-pro",sans-serif;
	text-shadow: 2px 2px 2px #000;
}

/*--------Media Queries-------*/
/*XX large screens -- 2270px and up*/
@media only screen and (min-width: 141em){
    .podcast-wrap{
        background-size:100% 25%;
    }
    
}
/*Extra large screens -- 1200px to 2269*/
@media only screen and (max-width:140em) and (min-width:75em){
    .podcast-wrap{
        background-size:100%;
    }
    
}
/*Large screens -- 992 to 1199*/
@media only screen and (max-width:48em) and (min-width:64em){
    .podcast-wrap{
        background-size:79.5em 22.5em;
    }
}
/*Medium screens -- 768px to 991px*/
@media only screen and (max-width:63em) and (min-width:47em){
    .podcast-wrap{
        /*background-size: 61.9em 17em;*/
        background-size: auto;
    }

}
/*Small screens -- 600px tp 767px*/
@media only screen and (min-width:37em) and (maxwidth:46em){
    .podcast-wrap{
        background-size: auto;
    }
}
/*Extra small screens -- 600px and smaller*/
@media only screen and (max-width:36em){
 .podcast-wrap{
        background-size: auto;
    }
    .video-header h1{
        font-size:2.25em;
        margin:0 auto;
        
    }
    
}

