﻿.banner-main {
    text-align: center;
    background-color: #0C6995;
    color: #fff;
    width: 100%;
    padding: 15px 0 20px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/background-primary.jpg');
    background-size: cover;
}

.home-logo {
    border: 2px solid #fff;
    padding: 5px 9px 5px 9px;
}

.homeCard {
    background-color: white;
    border-radius: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 10px 10px 10px;
}

.calTreesFrame {
    display: block;
}

.width100 {
    width: 100%;
}

.iframe-container {
    overflow: hidden;
    /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) padding-top: 56.25%; */
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
