@charset "UTF-8";
/* CSS Document */
.bodymain{
   margin-top:3rem;
}
.top_row{
    position:relative;
   
    font-size:1.8vw;
    color:#851115;

}

#carousel_holder{
	margin-top:3em;
	position:relative;
	display:inline-block;
	width:95vw;
	overflow:hidden;
}
.carousel_pic{
	position:relative;
	top:0;
	height: 90vh;
}

/* ************************************* portrait orientation ********* */
@media screen and (orientation: portrait){
.carousel_pic{
	height:50vh;
}
	
	
}
/* *************************************** min-width 1000 ****************/
@media screen and (min-width: 800px) {
.carousel_pic{
	height:50vh;
}

	
}