@charset "utf-8";

/* CSS Document */


.bordered {
    border: solid 1px #dcdcdc;
    padding: 5px;
}

.mt30 {
    margin-top: 30px !important;
}
 @media (max-width: 767px) {

.navbar-brand img {
    width: 120px;
}

.inner {
    padding-top: 10px;
    padding-bottom: 70px;
}
}

.overlay {
    background: transparent;
    position: relative;
    width: 100% !important; /* your iframe width */
    height: 450px; /* your iframe height */
    top: 450px; /* your iframe height */
    margin-top: -450px; /* your iframe height */
}
