/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2019 | 21:41:09 */
.col1 {
    float: left;
    width: 40%;
}

.col2 {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 600px) {
    .col1 {
        float: left;
        width: 100%;
    }

    .col2 {
        float: left;
        width: 100%;
    }
}


.iframe-container {
    overflow: hidden;
    position: relative;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}