#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

@keyframes updown {
    0% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(-50%);
    }
}

#arrow {
    animation: updown 2s ease infinite;
}

@media screen and (min-width: 600px) {
    #s_icons .col-sm-2 {
        flex: 0 0 20.666667% !important;
        max-width: 19.666667% !important;
    }
}

@media screen and (max-width: 600px) {
    .m-hide {
        display: none;
    }

    .father {
        overflow: auto !important;
        height: 160vh !important;
    }

    .father #particles-js {
        height: 133% !important;
    }

    .slide-col {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .image-div {
        margin-left: 0px !important;
    }

    .pad {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    #main-image {
        width: 150px !important;
        height: 59px !important;
    }

    #main-header {
        font-size: 25px !important;
    }

    #main-text {
        font-size: 20px !important;
    }

    #secondary-image {
        width: 250px !important;
        height: 150px !important;
    }

    #secondary-header {
        font-size: 25px !important;
    }

    #secondary-text {
        font-size: 20px !important;
    }

    #secondary-image-new {
        width: 250px !important;
        height: 150px !important;
    }

    #secondary-header-new {
        font-size: 25px !important;
    }

    #secondary-text-new {
        font-size: 20px !important;
    }

    #secondary-image-new-new {
        width: 120px !important;
        height: 100px !important;
    }

    #secondary-header-new-new {
        font-size: 25px !important;
    }

    #secondary-text-new-new {
        font-size: 20px !important;
    }

    #third-image {
        width: 250px !important;
        height: 150px !important;
    }

    #third-header {
        font-size: 25px !important;
    }

    #third-text {
        font-size: 20px !important;
    }

    #forth-image {
        width: 200px !important;
        height: 150px !important;
    }

    #forth-header {
        font-size: 25px !important;
    }

    #forth-text {
        font-size: 20px !important;
    }

    #fifth-image {
        width: 250px !important;
        height: 150px !important;
    }

    #fifth-header {
        font-size: 25px !important;
    }

    #fifth-text {
        font-size: 20px !important;
    }

    #sixth-image {
        width: 250px !important;
        height: 150px !important;
    }

    #sixth-header {
        font-size: 25px !important;
    }

    #sixth-text {
        font-size: 20px !important;
    }

    #seventh-image {
        width: 250px !important;
        height: 150px !important;
    }

    #seventh-header {
        font-size: 25px !important;
    }

    #seventh-text {
        font-size: 20px !important;
    }

    #eigth-image {
        width: 250px !important;
        height: 150px !important;
    }

    #eigth-header {
        font-size: 25px !important;
    }

    #eigth-text {
        font-size: 20px !important;
    }

    #nine-image {
        width: 200px !important;
        height: 150px !important;
    }

    #nine-header {
        font-size: 25px !important;
    }

    #nine-text {
        font-size: 20px !important;
    }
}