.last-wedding-main-title-glam-fest {

    font-family: 'Dantina', sans-serif;
    letter-spacing: 0px;
    font-size: 1.9em;
    color: white;

}

.last-wedding-main-subtitle-glam-fest {

    font-family: 'Playfair Display';
    font-size: 1.7em;
    font-weight: 400;
    color: white;
    letter-spacing: 0.2em;
    line-height: 1.2em;

}

.control-play-btn {

    margin-left: 8px;
    width: 50%;
    height: 50%;

}

.vid-btn-container {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    border: 2px solid rgb(227, 222, 217, 0.5);
    margin-top: 16px;

}

.vid-btn {

    display: flex;
    justify-content: center;
    align-items: center;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    border: 2px solid white;

}



@media screen and (max-width: 647px) {

    .last-wedding-main-title-glam-fest {

        font-family: 'Dantina', sans-serif;
        letter-spacing: 0px;
        font-size: 1.8em;
        color: white;
    
    }
    
    .last-wedding-main-subtitle-glam-fest {
    
        font-family: 'Playfair Display';
        font-size: 1.4em;
        font-weight: 400;
        color: white;
        letter-spacing: 0.2em;
        line-height: 1.2em;
    
    }


    .vid-btn-container {

        display: flex;
        justify-content: center;
        align-items: center;
        width: 78px;
        height: 78px;
        border-radius: 50%;
        border: 2px solid rgb(227, 222, 217, 0.5);
        margin-top: 32px;
    }
    
    .vid-btn {
    
        display: flex;
        justify-content: center;
        align-items: center;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        border: 2px solid white;
    
    }
    
    .control-play-btn {

        
        width: 50%;
        height: 50%;
    
    }
    

}

@media screen and (max-width: 445px) {
    .last-wedding-main-title-glam-fest {

        font-family: 'Dantina', sans-serif;
        letter-spacing: 0px;
        font-size: 1.6em;
        color: white;

    }

    .last-wedding-main-subtitle-glam-fest {

        font-family: 'Playfair Display';
        font-size: 1.1em;

        font-weight: 400;
        color: white;
        letter-spacing: 0.2em;
        line-height: 1.2em;

    }


    .vid-btn-container {

        display: flex;
        justify-content: center;
        align-items: center;
        width: 78px;
        height: 78px;
        border-radius: 50%;
        border: 2px solid rgb(227, 222, 217, 0.5);
        margin-top: 32px;
    }
    
    .vid-btn {
    
        display: flex;
        justify-content: center;
        align-items: center;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        border: 2px solid white;
    
    }
    
    .control-play-btn {

        
        width: 50%;
        height: 50%;
    
    }
}

