.offerBtn {
    transition: all .3s;
}

.offerBtn:hover {
    transform: translateY(5%);
}

.video01 {
    top: 30.4%;
    left: 37.5%;
    width: 54.5%;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .video01 {
        top: 30.3%;
        left: 37.4%;
        border-radius: 5px;
    }
}