/* Add here all your css styles (customizations) */

.calendar-container {
	position: relative;
    padding-bottom: 20%;
    padding-top: 30px;
    
    overflow: hidden;
}

.calendar-container iframe, .vresponsive-iframe-container object, .vresponsive-iframe-container embed{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500p;
}