@media (max-width: 430px)
{
    .h-slogan, section.section2 .content span {
        font-size: 30px;
    }
    
    video {
       
    }
    
     section.section2 .content{
        margin: 20% 0;
    }
    
    section.section2{
        height: 100vw;
        padding: 0;
    }
    
    section.section2 input {
        margin-top: 10px;
    }
    a.btn-black {
        margin-top: 10px;
    }
    
    .consent a, .consent {
        margin-top: 10px;
        font-size: 12px;
        color: #262626;
    }
    
    .footer-bottom {
        margin: 20px 0px;
    }
    .footer-bottom img {
        height: 27px;
    }
}