@media(max-width:767.98px){
    .netflix-padding-left{
        padding-left: 10px !important;
    }
    
    
    .netflix-padding-right{
        padding-right: 10px !important;
    }
    .navbar-brand img{
        width: 43px;
   }
   .navbar{
       padding-top: unset !important;
       padding-bottom: unset !important;
   }
   i{
       font-size: 12px;
       cursor: pointer;
       padding: 5px !important;
   }
   .netflix-profile{
       margin-left: 5px ;
   }
   .netflix-dropdown-box{
    display: block;
}
.netflix-nav{
    display: none !important;
}

/* video */
.netflix-home-video .content .left{
    margin-left: 25px;
}
.netflix-home-video .content .left img{
    width: 200px;
    margin-top: 90px !important;
}
button{
    font-size: 10px !important;
    width: max-content !important;
    opacity: 0.8;
}

/*video*/
.slider{
    top: 250px;
    margin-left: 0px;
}

.card{
    width: 150px;
}
.margin-right{
    margin-right: unset;
}
.card-icon{
    font-size: 17px !important;
}
.card-body{
    top: 80px !important;
}
.netflix-card-text{
    font-size: 8px;
}
.position-slider2{
    top: 0px !important;
}
.margin-title{
    margin-top: 100px;
}
.margin-title2{
    margin-top: 14px;
}
.copy-right{
    
      margin-left: 0px !important;
}
}

@media only screen and (max-width: 600px) {
    a.arrow__btn {
        display: none;
    }

    h2 {
        font-family: Arial;
        color: white;
        text-align: left;
        margin-left: 20px;
        margin-top: 30px;
        font-size: 1.3rem;
    }

    .wrapper {
        display: grid;
        grid-template-columns: repeat(3, 100%);
        overflow: hidden;
        scroll-behavior: smooth;
    }

    .wrapper section {
        width: 100%;
        position: relative;
        display: grid;
        grid-template-columns: repeat(5, auto);
        margin: 20px 0;
    }

    .wrapper section .item {
        padding: 0 2px;
        transition: 250ms all;
    }

    .wrapper section .item:hover {
        margin: 0 40px;
        transform: scale(1.2);
    }

    .wrapper section a {
        position: absolute;
        color: #fff;
        text-decoration: none;
        font-size: 6em;
        background: black;
        width: 80px;
        padding: 20px;
        text-align: center;
        z-index: 1;
    }

    .wrapper section a:nth-of-type(1) {
        top: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    }

    .wrapper section a:nth-of-type(2) {
        top: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    }
}
