.w-slides{
    float:left;
    width:100%;
    height: 1036px;
    position: relative;
    overflow: hidden;

    /*-webkit-transition: ;*/
}

.w-slides .widget-tools {
	position: relative;
	z-index: 99;
}

.w-slides .slide-container {
    background-position: center;
    height: 1036px;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0px;
    background-size: cover;
}

.w-slides .header {
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 220px;
    line-height:100px;
    margin-left: 20px;
    width: 980px;
    max-width: 100%;
}

.w-slides .header.header-bold {
    font-weight: 600;
    margin-top:10px;
}

.w-slides .header.header-mini {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 40px;
}

.w-slides .header.header-mini a:link,
.w-slides .header.header-mini a:visited,
.w-slides .header.header-mini a:active{
    color: #fff !important;
}

.w-slides .header.header-mini a:hover{
    text-decoration: underline;
}

.w-slides .slides {
    color: white;
}

@media screen and (max-width:768px){
    .w-slides .header {
        font-size: 11vw;
        line-height: 11vw;
    }
}