#itth8e .modal {
    left:-10em !important;

}

#itth8e .modal-content {
    height: 40em !important;
    width: 60em!important;
 }

#itth8e .modal-body {
    padding: 0 !important;
}

 .PlayButton {
     text-align: center !important;
 }


@media only screen and (max-width: 600px) {
 .modal {
    left:0 !important;

}
.modal-content {
    height: 35em !important;
    width: 25em!important;
 }

}

