.right-text-carousel{
    margin-left: 50vw !important; margin-top: 150px !important;

    @media screen and (max-width: 1080px) {
        margin-top: 0px !important;
        margin-left: 0 !important;
    }
}

.second-image{
    @media screen and (max-width: 1080px) {
        /* left: 100px; */
        object-position: 25% 0%;
    }
}

.font-getting-married{

    @media screen and (max-width: 460px) {
        font-size: 4vw;
    }
}

@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .w-md-10 { width: 10%!important; }
    .w-md-15 { width: 15%!important; }
    .w-md-50 { width: 50%!important; }
}

.clickable:hover{
    cursor: pointer;
}

.image_video:hover{
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}