@media only screen   
and (min-device-width : 320px)   
and (max-device-width : 375px) {
    .desktop-video{
        transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
        margin-top: 0;
        margin-bottom: 70px;
        padding: 80px 15px 80px 15px;
    }
}

@media only screen   
and (min-device-width : 380px)   
and (max-device-width : 640px)  
{
    .desktop-video{
        transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
        margin-top: 0;
        margin-bottom: 70px;
        padding: 90px 15px 90px 15px;
    }
}

@media only screen   
and (min-device-width : 640px)   
and (max-device-width : 768px)  {
    .desktop-video{
        transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
        margin-top: 0;
        margin-bottom: 70px;
        padding: 160px 15px 160px 15px;
    }
}

@media only screen   
and (min-width: 770px)   
and (max-width: 1024px){
    .desktop-video{
        transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
        margin-top: 0;
        margin-bottom: 70px;
        padding: 215px 15px 215px 15px;
    }
}

@media only screen   
and (min-width: 1025px)   
and (max-width: 1450px){
    .desktop-video{
        transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
        margin-top: 0;
        margin-bottom: 70px;
        padding: 300px 15px 300px 15px;
    }
}

@media only screen   
and (min-width: 1470px)  
and (max-width: 2560px) {
    .desktop-video{
        transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
        margin-top: 0;
        margin-bottom: 70px;
        padding: 400px 15px 400px 15px;
    }
}

.collection-text{
    justify-content: flex-start;
    display: flex;
    bottom: 0;
    transform: translateY(0);
    top: auto;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 15px 30px 35px;
}

.cate-text{
    font-family: 'Lato', Sans-serif;
    font-size: 14px;
    line-height: 38px;
    margin: 0 0 0 0;
}

.mobe-cate-text{
    font-family: 'Lato', Sans-serif;
    font-size: 14px;
    line-height: 38px;
    margin: 0 0 0 0;
}