@media screen and (min-width:768px) and (orientation: portrait) {
.root {
      font-size: 0.1856086vw;
}
}

@media screen and (orientation: landscape) {
.frames {
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}
.horizontal #replay-button {
    left: 11.5%;
}
.horizontal .img-close, .horizontal .close{
    right: 9%;
}
.player-controls {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    height: 100%;
}
#zoom-item {    
    background: #fff;
}
.img-close.vertical, .close.vertical {
    right: 37%;
    bottom: 0%;
}
}
@media screen and (max-width:1780px) and (orientation: landscape) {
#replay-button {
    left: 16%;
    width: 52rem;
    height: 52rem;
    top: 92.7%;
}
.play-button {
    top: 92.8%;
}
.img-close, .close {
    right: 37.5%;
}
}
@media screen and (max-width:1280px) and (min-height:810px) {
    .root {
    font-size: 0.065086vw;
}
.img-close, .close {
    right: 33.5%;
}
}
 @media screen and (max-width:1280px) {
    .in-box {
        width: 32.9% !important;
    }
} 
@media screen and (max-width:1200px) and (min-height:720px) {
    .root {
    font-size: 0.068086vw;
}

.img-close, .close {
    right: 34.5%;
}
}
@media screen and (max-width: 1024px) {
.frames, .player-controls {
    margin: auto;
    left: 0;
    right: 0;
}
/* .content-use .owl-carousel .owl-stage {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }
  .content-use .owl-carousel .owl-item {
    float: unset !important;
    width: 50% !important;
  }
  .content-use .owl-nav {
    display: none !important;
  }
  .top-logos {
    height: 50rem;
} */
.in-box h6 {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 5px;
}
h5.card-title {
    font-size: 18px;
    line-height: 24px;
}
.container {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
}
@media screen and (max-width:992px){
    .in-box {
        width: 49.6% !important;
    }
    .heading-inner h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2em;
    }
    .in-box:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: none;
    }
}

@media screen and (max-width:640px){
    .in-box {
        width: 100% !important;
        margin-right: 0px;
        margin-bottom: 20px;
        border: 1px solid #e9e9e9;
    padding: 20px;
    }
    .heading-inner,.heading-inner h1 {
        margin-bottom: 20px;
    }
    .explore-btn::before {
        width: 50px;
        height: 25px;
        margin-left: 5rem;
    }
    .in-box:hover .explore-btn::before {
        background-position: 25px -25px;
    }
    h5.card-title {
        padding-right: 25px;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}