﻿body {
    background: #1a2c3d;
    padding: 30px;
}
main, header {
    max-width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
header {
    text-align:center;
    position:relative;
    margin-bottom:30px
}
header img {
    width:100%;
}
header .logo img {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
}
.sec-logo {
    position: absolute;
    right: 60px;
    top: 40%;
    max-width:150px;
}

main img {
    width:100%;
}
.modal-body img {
    width:100%;
}
.modal-dialog {
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    margin-top:120px;
}
.one-video {
    margin-bottom:20px;
}
    .one-video:hover {
        cursor: pointer;
        /*box-shadow: -1px 3px 11px 0px #818285;*/
    }
.modal-body iframe {
    width: 100%;
    height: 100%;
    height: 500px;
}
.modal-content {
    background-color: transparent;
}
.modal-body {
    padding:0;
}
.modal-content {
    box-shadow: none !important;
    border: none;
}
.close {
    color: white;
    opacity: .4;
    font-size: 40px;
}
.modal-title, .modal-footer a {
    /*color: white;*/
    color: #818285;
}
    .modal-footer a svg {
        /*fill: white;*/
        fill: #818285;
    }
.modal-header {
    border-bottom: none;
    padding:0;
}
.modal-footer {
    border-top: 1px solid #777777;
}
    .modal-footer {
        display:none;
    }
.disabled  a{
    pointer-events: none;
    cursor: default;
    /*cursor:none;*/
}
.disabled:hover {
    cursor: default;
}
    @media (min-width:768px) {
        .one-video {
        width: 48%;
        float: left;
        margin: 1%;
        margin-bottom:1%;
    }
 }
@media (max-width:768px) {
    .modal-body iframe {
        height: auto;
    }
    .sec-logo {
        position: relative;
        right:auto;
        /* top: 40%; */
        max-width: 150px;
        text-align: center;
        margin: 0 auto;
    }
}