.calendar {
    display: block;
    position: relative;
    height: 640px;
    overflow: hidden;
    padding: 0;
    padding-bottom: 56.25%;
}

.calendar iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.google_maps {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 0;
    padding-bottom: 56.25%;
}

.google_maps iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#workshop_for_text img {
    width: 100%!important;
    height: 100%!important;
}

#calendar .fc-scroller {
    overflow-y: hidden !important;
}