.hero-section {
    overflow-x: hidden;
}

.hero-section .bg {
    background: url(../img/bg_img_product_page.jpg) no-repeat top center / cover;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 32%;
    z-index: 1;
}

.hero-section .video-area {
    z-index: 2;
    padding-top: 160px;
}

.hero-section .video-area .video {
    padding: 30px;
    width: 100%;
    background: url(../img/video.png) center center/contain no-repeat transparent;
}

.hero-section .video-area h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    font-family: 'Zona Black';
    font-size: 24px;
}

.hero-section .video-area h2:before {
    content: '';
    background: url(../img/hand-left.png);
    width: 24px;
    height: 17px;
    display: block;
    margin-right: 20px;
}

.hero-section .video-area h2:after {
    content: '';
    background: url(../img/hand-right.png);
    width: 24px;
    height: 17px;
    display: block;
    margin-left: 20px;
}

.hero-section .video-area p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
}

.hero-section .penguin {
    background: url(../img/penguin.png) center top no-repeat;
    width: 154px;
    height: 168px;
    left: 20%;
    top: 10%;
    -webkit-animation: rotateElement 2s infinite linear;
    animation: rotateElement 2s infinite linear;
}

.hero-section .bannana {
    background: url(../img/banana.png) center top no-repeat;
    width: 293px;
    height: 181px;
    bottom: 45px;
    left: 80px;
    -webkit-animation: rotateElement 2s infinite linear;
    animation: rotateElement 2s infinite linear;
}

.hero-section .lights {
    background: url(../img/trafic_lights.png) center top no-repeat;
    width: 62px;
    height: 156px;
    right: 65px;
    bottom: 35px;
}

.hero-section .car {
    background: url(../img/shoe_car.png) center top no-repeat;
    width: 333px;
    height: 156px;
    right: 20%;
    bottom: -78px;
    transition: ease all 2.5s;
}

.hero-section .car.move {
    right: 0;
}

.hero-section .old {
    background: url(../img/roller_woman.png) center top no-repeat;
    width: 281px;
    height: 132px;
    left: -15px;
    bottom: -68px;
    transition: ease all 2.5s;
}

.hero-section .old.move {
    left: 10%;
}

@keyframes rotateElement {
	0%  {
        transform: rotate(-5deg);
    }
    50%  {
        transform: rotate(15deg);
    }
	100% {transform: rotate(-5deg);}	
}

@media (min-width: 1920px) {
    .hero-section .video-area h2 {
        margin-top: 50px;
    }
}

@media (max-width: 1700.5px) {
    .hero-section .video-area .video {
        width: 80%;
        margin: 0 auto;
    }
    .hero-section .penguin {
        left: 10%;
    }
}

@media (max-width: 1550.5px) {
    .hero-section .bannana {
        background-size: contain;
        width: 150px;
        height: 87px;
        bottom: 30px;
    }

    .hero-section .penguin {
        left: 20px;
    }

    .hero-section .old {
        background-size: contain;
        width: 221px;
        height: 102px;
    }

    .hero-section .lights {
        background-size: contain;
        width: 52px;
        height: 126px;
    }

    .hero-section .car {
        background-size: contain;
        width: 223px;
        height: 96px;
        bottom: -68px;
    }
}

.bannana-animation {
    left: 270px;
    bottom: 8%;
    z-index: 1;
}

.roller-animation {
    left: -20px;
    bottom: 5px;
    z-index: 2;
}

.animated-car {
    right: 30%;
    bottom: 5px;
    z-index: 2;
}

.traffic-light {
    right: 270px;
    bottom: 8%;
}

.tarzan-play {
    top: 80px;
    left: 270px;
}

.flying-cat {
    top: 70px;
    right: 250px;
}

@media (max-width: 991.5px) {
    .hero-section .video-area {
        padding-top: 0;
    }
    .hero-section .video-area > .d-flex {
        padding-top: 160px;
        background: url(../img/bg-img.jpg) no-repeat bottom center / cover;
    }

    .hero-section .video {
        margin: 0 auto 80px !important;
    }

    .bg-md-white {
        background: #fff;
    }
}

@media (max-width: 768.5px) {
    header .navbar .nav.nav-tools {
        position: relative;
        z-index: 5;
    }

    header .navbar .nav.nav-links {
        top: -5px !important;
        background: rgba(255,255,255,1) !important;
        padding-top: 80px;
        z-index: 1;
        padding-bottom: 30px;
    }
}