.main-container {
    margin: 0;
    padding: 80px;
    width: 100%;
    background-image: url(../images/background.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    background-position-y: -100px;
}

    .main-container .top {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
    }

        .main-container .top .left {
            width: 50%;
            display: inline-block;
        }

            .main-container .top .left h1 {
                text-indent: -1600px;
                display: block;
                height: 50px;
                width: 105px;
                background-image: url(../images/logo.gif);
                background-repeat: no-repeat;
                background-size: 100px;
            }

        .main-container .top .right {
            width: 49%;
            display: inline-block;
        }

            .main-container .top .right .location {
                display: block;
                color: #fff;
                text-indent: 30px;
                background-image: url(../images/icons/location.gif);
                background-repeat: no-repeat;
                background-size: 20px;
                float: right;
            }

    .main-container .middle {
        display: block;
        width: 100%;
        padding-top: 100px;
        height: 550px;
    }

        .main-container .middle .left {
            display: inline-block;
            width: 50%;
        }

        .main-container .middle .right {
            display: inline-block;
            width: 49%;
        }

            .main-container .middle .right .hero-text {
                display: block;
                width: 100%;
            }

                .main-container .middle .right .hero-text .line {
                    text-transform: uppercase;
                    font-size: 24px;
                    color: white;
                }

                .ml6 {
                    position: relative;
                    font-weight: 600;
                    margin: 50px 0 0 0;
                }
                  
                    .ml6 .text-wrapper {
                        position: relative;
                        display: inline-block;
                        overflow: hidden;
                        font-size: 65px;
                        text-transform: uppercase;
                        font-weight: 600;
                        color: white;
                    }

    .main-container .bottom {
        display: block;
        width: 100%;
        padding-top: 50px;
        height: 100px;
    }
    
        .main-container .bottom .socials {
            list-style: none;
            display: table;
            margin: 0 auto;
            padding: 0;
        }

            .main-container .bottom .socials li {
                display: inline-block;
                margin: 0 20px;
                cursor: pointer;
            }

                .main-container .bottom .socials li a {
                    display: block;
                    width: 48px;
                    height: 48px;
                    border-radius: 24px;
                    background-color: #fff;
                    color: #fff;
                    text-decoration: none;
                    font-size: 10px;
                    text-align: center;
                    padding-top: 48px;
                    background-size: 24px;
                    background-repeat: no-repeat;
                    background-position: center;
                }

                    .main-container .bottom .socials li a.mixcloud {
                        background-image: url(../images/icons/mixcloud.gif);
                    }

                    .main-container .bottom .socials li a.soundcloud {
                        background-image: url(../images/icons/soundcloud.gif);
                    }

                    .main-container .bottom .socials li a.facebook {
                        background-image: url(../images/icons/facebook.gif);
                    }

                    .main-container .bottom .socials li a.instagram {
                        background-image: url(../images/icons/instagram.gif);
                    }

                    .main-container .bottom .socials li a.twitter {
                        background-image: url(../images/icons/x.gif);
                    }

                    .main-container .bottom .socials li a.twitch {
                        background-image: url(../images/icons/twitch.gif);
                    }

                    .main-container .bottom .socials li a.youtube {
                        background-image: url(../images/icons/youtube.gif);
                    }

                    .main-container .bottom .socials li a.whatsapp {
                        background-image: url(../images/icons/whatsapp.gif);
                    }

                    .main-container .bottom .socials li a.messenger {
                        background-image: url(../images/icons/fbmessenger.gif);
                    }

                    .main-container .bottom .socials li a.threads {
                        background-image: url(../images/icons/threads.gif);
                    }

iframe {
    max-width: 500px;
    padding: 16px 0;
    margin: 32px auto;
    display: block;
}