﻿/* ========== */
/* = BANNER = */
/* ========== */
.banner{ position: relative; }
.banner .bt{ 
	position: absolute;
    bottom: 45%;
    left: -6%;
    width: 100%;
    cursor: pointer;
}
.banner .con{ max-width:56%; margin:0 auto; }
.banner .video-button{  
	display: block;
    text-align: center;
    color: #44586b;
    letter-spacing: 1px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #899caf;
    box-shadow: 2px 4px 6px 2px #899caf;
}


