﻿/*
 * custom.css
 */
 
/* Used for anchors so they display correctly */
section {
    padding-top:40px;
    margin-top:-40px;
}

.table-vbottom td {
   vertical-align: bottom!important;
}

.drop-shadow {
	-webkit-box-shadow: 3px 3px 2px 0px ;
	-moz-box-shadow: 3px 3px 2px 0px rgba(168,161,168,1);	
	box-shadow: 3px 3px 2px 0px rgba(168,161,168,1);
	border: 1px rgba(168,161,168,1) solid;}

/* Used in ski-trail-conditions to put a box around the different ski regions */
.regionbox {
	 display: block; float: none;position: static; background-color:#eeeeee;
}

/* Used to make fixed width videos responsive */

.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%; }  */
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%!important;
}
</style> 


