

/* --- Stylesheet 7335 () --------- */ 

.T4590 { margin: 35px 0 30px 0px; }

.T4590 .fixratio {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.T4590 .fixratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.T4590 .text {
    margin-top: 10px;
}

.T4590 .outer .video.center {
    width: 100%;
    float: none;
    margin: 0 20%;
}

.T4590 .outer .video:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%;
}
.T4590 .outer .video > .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.T4590 .outer .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.T4590 .outer .video .play i {
    font-size: 100px;
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.T4590 a .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 0;
    text-align: center;
    color: #FFF;
    transition: bottom 150ms;
    z-index: 10;
    display: block;
}

.T4590 a:hover .caption {
    bottom: 0px;
    transition: bottom 200ms;
}

/* --- Stylesheet 7336 () --------- */ 



/* --- Stylesheet 7339 (optional) --------- */ 

.T4590.S7339 .maxwidth {
	
	width: 65%!important;
    max-width: 700px;
    margin: 0px auto!important;
	
}