@media screen and (max-width: 1199px){
    .header-content .social-links a.nav-link img{
        height: 30px;
    }
}

@media screen and (max-width: 991px){
    .navbar-brand img {
        margin-bottom: 0px; 
    }
    .header-content .social-links{
        display: none;
    }
    .social-link-mobile-view{
        display: inline;
    }
    .nav-item.social-link-mobile-view ul{
        list-style-type: none;
        padding: 0px;
        margin: 10px 0px;
    }
    .nav-item.social-link-mobile-view ul li{
        display: inline;
    }
    .nav-item.social-link-mobile-view ul li a{
        text-decoration: none;
    }
    .main-text {
        text-shadow: -3px -3px 0 #a0984eff, 3px -3px 0 #a0984eff, -3px 3px 0 #a0984eff, 3px 3px 0 #a0984eff;
    }
    .play-button-content a.btn-playnow {
        padding-bottom: 0.375rem;
    }
}
@media screen and (max-width: 920px) and (max-height: 500px){
    .main-content{
        height: auto;
    }

    .placed-at-bottom{
        position: relative;
        top: 220px;
      }
/*
      .cover-wrapper{
          position: inherit;
      }
*/
}
@media screen and (max-width: 520px){
    .main-text {
        font-size: 2.5rem;
        text-shadow: -2px -2px 0 #a0984eff, 2px -2px 0 #a0984eff, -2px 2px 0 #a0984eff, 2px 2px 0 #a0984eff;
    }
}
@media screen and (max-width: 420px){
    .image-logo-1{
        width: 234px;
    }
}
@media screen and (max-width: 390px){
    img.image-logo-2 {
        height: 50px;
    }
    img.image-logo-1 {
        width: 200px;
    }
    .main-text {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 361px){
    img.image-logo-1 {
        width: 160px;
    }
}
@media screen and (max-width: 340px){
    .main-text {
        font-size: 2rem;
    }
}
@media screen and (max-width: 320px){
    img.image-logo-1 {
        width: 120px;
    }
    img.image-logo-2 {
        height: 40px;
    }
}
@media screen and (max-width: 315px){
    .main-text {
        font-size: 1.8rem;
    }
}