﻿.client-name {
    color: #FFBF00;
    font-style: italic;
    font-size: large;
}
.imageleft {
 float: left;
 padding: 0 20px 20px 0;
}
.imageright {
 float: right;
 padding: 0 0 20px 20px;
}
.bgccc {background-color: #eeeeee;
}

.smalltext {
    font-size: 12px;
    color: #fff;
    line-height: normal;    
}
.urhere {color: #FFBF00;
    }

.secbg {
    background-image: url(../images/bg-scence-white.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.resizable_block {
	position:relative;
	overflow:hidden;
	padding-bottom:56.25%;
	width:100%;
	height:0;
}
.resizable_block .fullwidth {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.videotrim {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border: 1px solid #273C59;
    
}
.videobuffer {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
}

.videobody {
    
    background-color: #191919;
}
.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
