@keyframes fade-in-up {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.video iframe {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
}

.video.stuck {
    padding-bottom: 30px;
    box-shadow: rgb(0, 0, 0) -1rem 0px 3rem;
    border-radius: 40px;
    background: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 260px;
    height: 225px;
    transform: translateY(100%);
    animation: fade-in-up 0.75s ease forwards;
    z-index: 1;
}

.video-wrap {
    float:right;
    margin: 40px 10px;
    border-radius: 50px;
    height: auto;
    width: 340px;
    box-shadow: rgb(0, 0, 0) -1rem 0px 3rem;
}

.video {
    padding: 50px 25px 0px 25px;
}

.video_img {
    margin-left: 10px;
    margin-top: -35px;
    height: 30px;
    position: absolute;
}

.video_h {
    font-weight: 800;
    color: #295bab;
    margin: 5px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .my_product {
        margin-top: 360px;
        border-radius: 0px 40px;
    }
}

@media (min-width: 767px) {
    .my_product {
        margin-top: 100px;
        width: 80%;
        margin-left: -10px;
        border-radius: 0px 40px 40px 0px;
    }
}

.my_product {
    background-color: #1bfaef;
    height: 200px;
}

.video-text{
    padding:5%;
}