.full-width-1 {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    max-height: 100vh;
    max-width: 80vw;
    margin: auto;
}

.full-width-title {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    max-height: 100vh;
    max-width: 100vw;
    margin: auto;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .7);
    bottom: 0;
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
}

.appear {
    display: flex;
}

.item-video__popup {
    width: auto;
    height: 80vh;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.popup-close {
    position: absolute;
    top: -30px;
    left: -25px;
    z-index: 99999;
    cursor: pointer;
    font-size: 28px;
    font-family: var(--petrona);
    font-weight: 800;
}

.popup-close a {
    color: #fff;
}
.terms-link{
    width: 20vw;
    top: 80px;
    height: 80vh;
    position: absolute;
    right: 0%;
}
.video-link{
    width: 44vw;
    top: 87px;
    height: 48vh;
    position: absolute;
    left: 0;
    cursor: pointer;
}

@media(min-width: 320px) {
    .item-video__popup iframe {
        height: 200px;
        width: 100%;
    }
    .item-video__popup {
        width: 80vw;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .item-video__popup {
        width: 80vw;
        height: 380px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-video__popup iframe {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}

@media only screen and (min-width: 992px) {
    .item-video__popup {
        width: 80vw;
        height: 60vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-video__popup iframe {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .full-width-1 {
        position: relative;
        display: block;
        top: 0;
        left: 0;
        max-height: 100vh;
        max-width: 70vw;
        margin: auto;
    }
    .ig-icon-1 {
        position: absolute;
        left: 9.7vw;
        width: 2vw;
        top: 31.4vw;
    }
    .fb-icon-1 {
        position: absolute;
        left: 6.8vw;
        width: 2vw;
        top: 31.4vw;
    }
    .ig-icon-2 {
        position: absolute;
        left: 28.7vw;
        width: 2vw;
        top: 31.4vw;
    }
    .fb-icon-2 {
        position: absolute;
        left: 25.8vw;
        width: 2vw;
        top: 31.4vw;
    }
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}

@media (min-width:1200px) {
    .item-video__popup {
        width: 750px;
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
}

@media only screen and (max-width: 992px) {
    .last-section {
        max-height: 100vh;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .full-width-title {
        width: 100vw;
    }
    .full-width-1 {
        max-width: none;
        max-height: 90vh;
    }
    .full-width-2 {
        max-width: none;
        max-height: 100vh;
    }
    section {
        width: auto;
    }
    .ig-icon-1 {
        position: absolute;
        left: 34.8vw;
        width: 8vw;
        top: 115.4vw;
    }
    .fb-icon-1 {
        position: absolute;
        left: 23.8vw;
        width: 8vw;
        top: 115.4vw;
    }
    .ig-icon-2 {
        position: absolute;
        left: 102.8vw;
        width: 8vw;
        top: 115.4vw;
    }
    .fb-icon-2 {
        position: absolute;
        left: 91.8vw;
        width: 8vw;
        top: 115.4vw;
    }
    .overlay {
        width: 100vw;
        height: 100vh;
    }
    .terms-link{
        width: 100vw;
    }
    .video-link{
            width: 63%;
    top: 87px;
    height: 55vh;
    position: absolute;
    left: 0;
    cursor: pointer;
    }
}