@media screen and (max-width: 360px) {
    #mobile-owl {
        display: block !important;
    }
    #desktop-owl, .owl-prev, .owl-next {
        display: none !important;
    }
    .wrapper-with-margin {
        margin: 0 !important;
    }
    .owl-next, .owl-prev {
        display: none !important;
    }
}
.media-window {
    height: 520px;
    background-color: rgb(0, 0, 34);
    margin-bottom: 12px;
    padding-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color:#000;
}
.media-item {
    height: 80px;
    min-width: 100px;
    background-color: transparent;
    padding: 10px;
}

.media-item-image {
    height: 80px;
    min-width: 100px;
    background-color: transparent;
    padding: 10px;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-controls .owl-nav div{
    height: 80px;
    width: 40px;
    background-color: rgb(219, 58, 24);
}

.wrapper-with-margin{
    margin:0 50px;
}

.owl-theme .owl-controls .owl-nav div {
    position: absolute;
}

.owl-video-wrapper {
    border: 1px solid rgb(202, 252, 255);
}

.owl-prev{
    margin-top: 10px;
    left: -50px;
    top: 0;
}

.owl-next{
    margin-top: 10px;
    right: -50px;
    top: 0;
}
#mobile-owl {
    display: none;
}
.mobile-media {
    overflow: hidden;
}
.mobile-media, .mobile-media-image {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    height: 50px;
    max-height: 50px;
}
.mobile-media img, .mobile-media-image img {
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: 100%;
}
/*.mobile-media:nth-child(3n), .mobile-media-image:nth-child(3n) {*/
    /*padding-right: 0 !important;*/
/*}*/
/*.mobile-media:nth-child(3n+1), .mobile-media-image:nth-child(3n+1) {*/
    /*padding-left: 0 !important;*/
/*}*/