/* Add here all your CSS customizations */
@media (max-width: 479px) {
                #header .header-logo img {
                               max-width: 115px;
                                height: auto !important;
                               margin-top: 28px;
                }
}

@media (max-width: 991px) {
                .fullcoveredvideo video, .fullscreenvideo video {
                               height: 100% !important;
                               top: 0 !important;
                               width: 100% !important;
                }
}

