/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2021 | 08:42:59 */
iframe {
    width: 100%;
    min-height: 400px;
}
.iframe-wrap {
  	width:100%;
    overflow: hidden;
}
.iframe-wrap iframe {
    -webkit-transform: scale(1.3);
    transform: scale(0.6);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    min-height: 1000px;
    width: 165% !important;
    overflow: auto;
}