

.modal-body {
    position: relative !important;
    padding: 0px !important;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

/*
.modal-dialog {
    width: 98% !important;
    height: 60% !important;
    padding: 0 !important;
}

.modal-content {
    height: 80% !important;
}
*/





@media (min-width: 576px) {
    .modal-dialog { max-width: none; }
}

.modal-dialog {
    width: 80%;
    height: 80%;
    padding: 0;
}

.modal-content {
    height: 99%;
}










a.icon-play {
    position: absolute;
    width: 100px;
    height: 100px;
    border: solid 2px #fff;
    border-radius: 100px;
    top: 40%;
    left: 45%;
}
a.icon-play:before {
    content: "";
    width: 34px;
    height: 53px;
    border-left: 2px solid #fff;
    border-radius: 5px;
    position: absolute;
    top: 23px;
    left: 37px;
}
a.icon-play:after {
    content: "";
    position: absolute;
    top: 27px;
    left: 19px;
    width: 42px;
    height: 42px;
    -webkit-transform: rotate(45deg) skew(-5deg, -5deg);
    transform: rotate(45deg) skew(-5deg, -5deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 5px;
}
a.icon-play:hover {
    background-color: rgba(0, 0, 0, 0.5);
}







