@media only screen and (min-width:1250px){
    #samoi-logo{
        width: 140px;
        height: 45px;
    }
    #instagram-logo,#facebook-logo,#youtube-logo{
        width: 25px;
        height: 25px;
    }

    .title{
        font-size: 36px;
        color: rgba(225, 121, 0, 1);
        font-weight: 700;
        line-height: 44px;
        text-align: center;
        letter-spacing: 0.05em;
    }

    img,iframe{
        width: 460.8px;
        height: 259.2px;
    }

    p{
        font-size: 14px;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: 0.05em;
    }
    
    h1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0.05em;
    }
}

@media only screen and (min-width:535px) and (max-width:1250px){
    #samoi-logo{
        width: 140px;
        height: 45px;
    }
    #instagram-logo,#facebook-logo,#youtube-logo{
        width: 25px;
        height: 25px;
    }

    .title{
        font-size: 36px;
        color: rgba(225, 121, 0, 1);
        font-weight: 700;
        line-height: 44px;
        text-align: center;
        letter-spacing: 0.05em;
    }

    img,iframe{
        width: 460.8px;
        height: 259.2px;
    }

    p{
        font-size: 14px;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: 0.05em;
    }
    
    h1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0.05em;
    }
}

@media only screen and (min-width:390px) and (max-width:535px){
    #samoi-logo{
        width: 140px;
        height: 45px;
    }
    #instagram-logo,#facebook-logo,#youtube-logo{
        width: 25px;
        height: 25px;
    }

    .title{
        font-size: 24px;
        color: rgba(225, 121, 0, 1);
        font-weight: 700;
        line-height: 44px;
        text-align: center;
        letter-spacing: 0.05em;
    }
    
    img,iframe{
        width: 309.312px;
        height: 165.888px;
    }

    p{
        font-size: 14px;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: 0.05em;
    }
    
    h1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0.05em;
    }
}

@media only screen and (min-width:0px) and (max-width:390px){
    #samoi-logo{
        width: 140px;
        height: 45px;
    }
    #instagram-logo,#facebook-logo,#youtube-logo{
        width: 25px;
        height: 25px;
    }
    .title{
        font-size: 24px;
        color: rgba(225, 121, 0, 1);
        font-weight: 700;
        line-height: 44px;
        text-align: center;
        letter-spacing: 0.05em;
    }

    img,iframe{
        width: 309.312px;
        height: 165.888px;
    }

    p{
        font-size: 14px;
        font-weight: 400;
        line-height: 180%;
        letter-spacing: 0.05em;
    }
    
    h1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: 0.05em;
    }
}