.maovideo-popup-box .modal-dialog {
    max-width: 800px;
    height: auto;
}

.maovideo-popup-box .modal-body {
    padding: 0;
}

#videoTab h4 {
    text-align: center;
    margin: 0 0 15px;
    padding: 10px 0 0;
}

#videoTab.maovideo-tab-fade {
    visibility: hidden;
}

#maovideo-videos {
    margin-top: 25px;
}

#maovideo-videos .maovideo-embed-title {
    text-align: center;
}
#maovideo-videos .maovideo-embed-title h3 {
    font-weight: bold;
    margin-top: 0;
}

#maovideo-videos .maovideo-embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
#maovideo-videos .maovideo-embed-container iframe {
    width: 100%;
}

#maovideo-videos .maovideo-box-grid-2 .maovideo-embed-title h3,
#maovideo-videos .maovideo-box-grid-3 .maovideo-embed-title h3 {
    font-size: 19px;
    line-height: 24px;
}

#maovideo-videos .maovideo-box-grid-2 .maovideo-embed-title p,
#maovideo-videos .maovideo-box-grid-3 .maovideo-embed-title p,
#maovideo-videos .maovideo-box-grid-4 .maovideo-embed-title p {
    line-height: 16px;
    margin-bottom: 0;
}

#maovideo-videos .maovideo-popup-box {
    text-align: center;
    margin: 1.5rem auto;
}
#maovideo-videos .maovideo-popup-box .maovideo-popup {
    white-space: normal;
}
#maovideo-videos .maovideo-popup-box i {
    font-size: 28px;
    vertical-align: middle;
}

#maovideo-channels .maovideo-channel {
    text-align: center;
    margin: 40px auto 30px;
}
#maovideo-channels .maovideo-channel a {
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 12px 20px;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#maovideo-channels .maovideo-channel-youtube a:hover {
    background-color: #cc181e;
    border: 1px solid #cc181e;
}
#maovideo-channels .maovideo-channel-vimeo a:hover {
    background-color: #08c;
    border: 1px solid #08c;
}
#maovideo-channels .maovideo-channel a:hover {
    color: #fff;
    text-decoration: none;
}
#maovideo-channels .maovideo-channel a:focus {
    text-decoration: none;
}
#maovideo-channels .maovideo-channel i {
    font-size: 150%;
    vertical-align: top;
}

@media (max-width: 767.98px) {
    #maovideo-videos .maovideo-box-grid-1 .maovideo-embed-title h3,
    #maovideo-videos .maovideo-box-grid-4 .maovideo-embed-title h3,
    #maovideo-videos .maovideo-box-list-1 .maovideo-embed-title h3 {
        font-size: 19px;
        line-height: 24px;
    }

    #maovideo-channels .maovideo-channel a {
        display: block;
    }

    #maovideo-channels .maovideo-channel {
        margin: 30px auto;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #maovideo-videos .maovideo-box-grid-1 .maovideo-embed-title h3,
    #maovideo-videos .maovideo-box-list-1 .maovideo-embed-title h3 {
        font-size: 19px;
        line-height: 24px;
    }

    #maovideo-videos .maovideo-box-grid-4 .maovideo-embed-title h3 {
        font-size: 17px;
        line-height: 21px;
    }

    #maovideo-videos .maovideo-box-list-1 .maovideo-embed-title h3 {
        margin-top: 30px;
    }

    #maovideo-videos .maovideo-box-list-1.maovideo-type-popup .maovideo-embed-title h3 {
        margin-top: 15px;
    }

    #maovideo-channels .maovideo-channel a {
        display: block;
    }
}

@media (min-width: 992px) {
    .maovideo-popup-box .modal-dialog {
        margin-top: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #maovideo-videos .maovideo-box-grid-4 .maovideo-embed-title h3 {
        font-size: 17px;
        line-height: 21px;
    }

    #maovideo-videos .maovideo-box-list-1 .maovideo-embed-title h3 {
        font-size: 19px;
        line-height: 24px;
        margin-top: 40px;
    }

    #maovideo-videos .maovideo-box-list-1.maovideo-type-popup .maovideo-embed-title h3 {
        margin-top: 5px;
    }
}

@media (min-width: 1200px) {
    #maovideo-videos .maovideo-box-grid-4 .maovideo-embed-title h3 {
        font-size: 17px;
        line-height: 21px;
    }

    #maovideo-videos .maovideo-box-list-1 .maovideo-embed-title h3 {
        margin-top: 50px;
    }

    #maovideo-videos .maovideo-box-list-1.maovideo-type-popup .maovideo-embed-title h3 {
        margin-top: 5px;
    }
}
