body {
    margin: 0;
    background-image: url('assets/svg/bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
}

.trailer-bg {
    background-image: url('assets/images/janela.png');
    background-repeat: no-repeat;
    width: 1061px;
    height: 482px;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-right: 150px;
}

.trailer-bg iframe {
    margin-right: 80px;
    /*border: 2px solid white;*/
    width:700px;
    height: 350px;
}

main {
    padding-top: 150px;
    display: flex;
    justify-content: right;
}

#tom {
    position: absolute;
    left: 100px;
    bottom: 50px;
    z-index: -1;
}

#arvore1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#arvore2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

#pedra {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 400px) {
    .logo-o6 {
        width: 100px;
    }

    .logo-our {
        width: 100px;
    }

    #pedra {
        width: 80px;
    }

    #tom {
        width: 100px;
        bottom: 0;
        left: 68%;
    }

    #arvore1 {
        width: 200px;
        left: -30px;
    }

    #arvore2 {
        width: 200px;
        left: -30px;
    }

    .trailer-bg {
        width: 380px;
        background-size: 380px;
        position: absolute;
        left: calc(50% - 220px);
    }

    .trailer-bg iframe {
        width: 270px;
        height: 140px;
        margin-right: 22px;
        margin-top: -310px
    }
}

@media screen and (max-width: 820px) and (min-width: 400px){

    #pedra {
        width: 200px;
    }

    #tom {
        width: 200px;
        bottom: 0;
        left: 68%;
    }

    .trailer-bg {
        width: 700px;
        background-size: 700px;
        position: absolute;
        left: calc(50% - 350px);
    }

    .trailer-bg iframe {
        width: 500px;
        height: 250px;
        margin-right: 36px;
        margin-top: -180px
    }
}