/*
    Add Public css related to the Courses
*/

.play-iframe-page {

    iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .interactive-file-iframe {
        width: 100%;
        height: 100%;
    }

}

