h1{margin:0 !important;}
.leasing-header{color: #E53935; font-weight:bold;}
p.price-with-comlect{
    margin: 15px 0 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    color: #E53935;
}

p.price-with-comlect span{
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #373233;
}

.youtube {
    position:relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.youtube .play {
    background: url('../../img/play_button.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: cover;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    opacity:0.8;
}
.youtube:hover .play {
    opacity:1;
}
