h1.page-title
{
    margin: 0 0 20px 0;
}

.modal.modal-wide .modal-dialog {
    width: 85%;
}
.modal-wide .modal-body {
    overflow-y: auto;
}

.ui-autocomplete {
    z-index: 215000000 !important;
}

.fluidIframe {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

.testimonialvid {
    height: 325px;

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    /* Styles */
    .responsiveCal {
        position: relative; padding-bottom: 95%; height: 0; overflow: hidden;
    }
}

@media only screen
and (min-device-width : 481px)
and (max-device-width : 1370px) {
    /* Styles */
   .responsiveCal {
        position: relative; padding-bottom: 45%; height: 0; overflow: hidden;
    }    
}

@media only screen
and (min-device-width : 1370px)
{
    /* Styles */
   .responsiveCal {
        position: relative; padding-bottom: 50%; height: 0; overflow: hidden;
    }        
}

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