* {
    margin: 0;
    padding: 0;
}

.container {
    margin-top: 5%;
}

h1 {
    margin-bottom: 50px !important;
}

.play-btn {
    width: 50px !important;
    height: 50px !important;
}

.play-btn {
    width: 50px !important;
    position: relative !important;
    top: 196% !important;
    left: 128% !important;
    color: #ffffff !important;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0;
}

.col-md-4:hover .play-btn {
    opacity: 1;
}

.modal-box{
    width: 700px;
    height: 700px;
}

.modal-content {
    background: transparent !important;
    border: none !important;
}

.modal-body {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .play-btn {
        position: relative !important;
        top: 196% !important;
        left: 44% !important;
    }

   }

/*


 @media screen  and (max-width:768px){
    .modal-body iframe{
        width: 170%;
        right: -70%;
    }

    
}
@media screen  and (max-width:572px){
    .modal-body iframe{
        width: 140%;
        right: -55%;
    }

    
} */