#front-discover {
     position: relative;

     height: 560px;

     /*overflow: hidden;*/
 }

#front-discover .container {
    position: relative;

    height: 100%;
}

#front-discover .row {
    position: relative;

    /*height: 100%;*/

    /*margin-top: 151px;*/
    margin-top: 160px;
}

#front-discover .col-lg-5 {
    /*margin-left: -18px;*/
    margin-left: -15px;
    margin-right: 15px;
}

#front-discover-text {
    position: relative;

    font-family: merriweatherregular;
    font-size: 14px;

    color: #6f6f6f;

    line-height: 24px;

    margin-top: 42px;

    letter-spacing: 0.3px;

    /*width: 400px;*/
    width: 370px;

    left: 0;
    margin-bottom: 0;
}

#front-discover-video-container {
    display: inline-block;

    position: relative;

    margin-top: -15px;
    margin-right: -15px;

    /*box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.36);*/

    width: 600px;
    height: 338px;

    left: 0;

    float: right;
}

#front-discover-video-play-btn {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    /*background: url("../../images/front/discover/playbutton-min.png") no-repeat center center;*/
    background: url("../../images/front/discover/youtube_retina-min.png") no-repeat center center;

    background-size: 70px 50px;

    transition: all 0.5s ease;
}

#front-discover-video-container:hover #front-discover-video-play-btn,
#front-discover-video-container:focus #front-discover-video-play-btn {
    background: url("../../images/front/discover/youtube_retina_hover-min.png") no-repeat center center;

    background-size: 70px 50px;
}

#front-discover-video-container iframe {
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.36);
}

/* responsive */
@media (max-width: 1199px) {
    #front-discover-video-container {
        width: 500px;
        height: 282px; /* 500 / 600 * 338 */
    }
}

@media (max-width: 991px) {
    #front-discover-video-container {
        margin-top: 0;
        float: none;
    }

    #front-discover-video-outer-container {
        padding: 0;
    }

    #front-discover-text {
        margin-bottom: 20px;
    }

    #front-discover {
        height: auto;

        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    #front-top-sights .front-blue-text-with-line {
        margin: 0;
    }

    #front-discover-text {
        width: 96%;
        /*left: 2%;*/
        left: 15px;

        margin-top: 20px;
        margin-bottom: 20px;
    }

    #front-discover-video-container {
        width: 100%;
        /*width: 96%;*/

        padding: 0 15px;

        /*left: 2%;*/
        height: 282px; /* 500 / 600 * 338 */
    }
}
