#show_menu {
    top: 2px;
    width: 1.4vw;
    height: auto;
}
#show_menu img{
    vertical-align: sub;
}
#fullscreen-video{
    width: 100%;
    height: auto;
}

.container-fluid{
    background-color: #223c91;
}
.mb-44{
    margin-bottom: 44px;
}
.video-cover{
    position: relative;
}

.stream-video{
    position: absolute;
    top: 51%;
    left: 46%;
    width: 21vw!important;
}

.mv{
    position: absolute;
    top: 53%;
    left: 83%;
    width: 9vw!important;
}

.flash-effect {

    animation: flash 2s infinite;
}

@keyframes flash {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
}
.flex-column{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-popup{
    position: relative;
    margin-top: 200px;
}

#latest-project-image,
#latest-project-video{
    width: 67.2vw;
    aspect-ratio: 16 / 9;
    position: relative;

}
.latest-text{
    font-family:  Symtext;
    color: #98afd3;
}
.absolute-text{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 4%;
}
.size-large{
    font-size: 3vw;
}

.display-none {
    display: none;!important;
}
.  smooth-transition{
    transition: all 1s;
}
.embed_play{
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
    cursor: pointer;
}
.embed_play iframe,
.embed_play img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed_img:hover img{
    opacity: 0.95;
}
.col-lg-12, .col-md-12, .col-sm-12{
    padding-right: unset!important;
    padding-left: unset!important;
}
.bg-image{
    background-image: url(/images/landing_nicky/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;

}
.footer-text{
    text-transform: uppercase;
    font: 1vw  SemiBold;
    color: #98afd3;
}


.dot-effect::after {
    content: '';
    animation: dots 1s steps(4, end) infinite;
}

@keyframes dots {
    0% {
        content: '';
    }
    25% {
        content: '.';
    }
    50% {
        content: '..';
    }
    75% {
        content: '...';
    }
    100% {
        content: '';
    }
}

@media (max-width: 1024.99px) {
    #show_menu {
        top: 1px;
        width: 16px;
        height: 16px;
    }
    .mt-72 {
        margin-top: 54px;
    }
    .mb-44{
        margin-bottom: 26px;
    }
    .size-large{
        font-size: 5vw;
    }
    #latest-project-image,
    #latest-project-video{
        width: 94.31%;
    }

    .footer-text{
        font: 2.4vw   SemiBold;
    }
    .mv {
        top: 26%;
        left: 78%;
        width: 18vw!important;
    }
    .stream-video {
        top: 52%;
        left: 50%;
        width: 39vw!important;
    }
    .absolute-text{
        bottom: 0;
    }
}
