.close-icon {
    background-image: url(/assets/images/close_icon.png);
    width: 30px;
    height: 30px;
    background-position-x: -4px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.mele-link:hover {
    color: #1AB2FF !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.left-logo {
    max-height: 70px;
    position: fixed;
    left: 15px;
    width: 110px;
    top: 5px;
}

.jp-flag {
    height: 25px;
}

@media (max-width: 1200px) {
    #background-video {
        margin-top:25px;
    }
}


@media (max-width: 991px) {
    .left-logo {
        top: 0px;
    }

    .jp-flag {
        margin-top: 5px;
    }

    .jp-flag-loggedin {
        margin-top: 15px !important
    }
}

@media (max-width:667px) {
    .jp-flag {
        height: 25px;
        margin-top: -20px;
    }

    .jp-flag-loggedin {
        margin-top: 10px !important;
    }
}



#search-results {
    display: block;
    position: fixed;
    top: 95px;
    background-color: #fff;
    width: 50%;
    left: 165px;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #6d6c6ce0;
    z-index: 6;
}

.truncate-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-menu {
    margin: -20px 50px 50px 0px !important
}

.login_btn {
    background-color: #d8d6d6 !important;
/*    border: 2px #1AB2FF;
    outline-offset: -2px;
    box-sizing: border-box;
    border-style: solid;*/
    color: #777777 !important;
    margin-top: 5px;
}

.event-thumbnail {
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;

}

.preview-box {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.track-hidden {
    display: none;
}

.clear-search {
    position: absolute;
    font-size: 30px;
    right: 1.6em;
    top: 0px;
    line-height: 35px;
    display:none;
}

.ms_weekly_box:hover .highlight-info {
    color: #1AB2FF !important;
}


.videos {
    margin: 20px auto;
/*    max-width: 700px;*/
}

.video-wrap {
    position: relative;
/*    max-width: 700px;*/
    width: 100%;
    margin-bottom: 10px;
}

    .video-wrap .placeholder {
        max-width: 700px;
        width: 100%;
    }
    /* SVG play button container */
    .video-wrap .play-btn {
        position: absolute;
        max-width: 700px;
        width: 100px;
        height: 100px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .video-wrap .play-btn svg {
            transition: all .2s ease;
            fill: #fff;
        }

        .video-wrap .play-btn:hover svg,
        .video-wrap .play-btn:focus svg {
            cursor: pointer;
            fill: #1AB2FF;
        }

@media screen and (max-width: 600px) {
    .video-wrap .play-btn {
        width: 70px;
        height: 70px;
    }
}