@charset "UTF-8";

@media screen and (max-width: 800px){
    #mv .mv_img li:nth-of-type(1) img {
        object-position: 52% 95%;
        font-family: 'object-fit: cover; object-position: 52% 95%;';
    }
    
    #mv .mv_img li:nth-of-type(2) img {
        object-position: 44% 95%;
        font-family: 'object-fit: cover; object-position: 44% 95%;';
    }
    
    #mv .mv_img li:nth-of-type(3) img {
        object-position: 48% 95%;
        font-family: 'object-fit: cover; object-position: 15% 95%;';
    }
    
    #mv .mv_img li:nth-of-type(4) img {
        object-position: 35% 95%;
        font-family: 'object-fit: cover; object-position: 66% 95%;';
    }
    
    #mv .mv_img li:nth-of-type(5) img {
        object-position: 57% 95%;
        font-family: 'object-fit: cover; object-position: 57% 95%;';
    }
    
}