﻿@media only screen and (min-width: 768px) { 

    #myModal .modal-content {
        min-height: 510px;
        min-width: 800px;
        background-color: transparent;
    }
}
@media only screen and (max-width: 768px) { 
    #myModal .modal-content {
        min-height: 300px;
        min-width: 384px;
        margin-top: 200px;
    } 
}
@media only screen and (max-width: 470px) { 
    .header__btn .e-btn {
        line-height: 25px;
        text-transform: unset;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .hero__content{
        margin-top:30px;
    } 
}
#myModal .modal-content { 
    background-color: transparent;
    border:0px;
}
#myModal .modal-dialog {
    width: 100%;
    min-width: 100%;
    background: transparent;
    min-height: 100%;
} 
@media only screen and (min-width: 1280px) {
    #myModal .modal-content {
        min-height: 720px;
        min-width: 1280px;
        background-color: transparent;
    }
    #myModal .modal-dialog {
        padding-top: 70px
    }
}
.modal-backdrop {
    background-color: black;
    opacity: 0.95 !important;
}
#myModal iframe {
    position: absolute;
    width: 1280px;
    height: 720px;
    margin: auto;
    text-align: center;
    margin-left: auto;
    left: 0;
    right: 0;
    margin-right: auto;
}
.homeClose {
    position: fixed;
    top: 0;
    right: 0;
    width: 32px;
    font-size: 49px;
    z-index: 100000;
    margin: 20px;
    background: transparent;
}
.close { 
    width: 32px;
    font-size: 34px;  
    background: transparent;
}

.hidden{
    display:none;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: auto; /* Remove positioning from the bottom */
    left: 5%; /* Standard padding from the left */
    top: 150px; /* Padding from the top */
    z-index: 10;
    color: #fff;
    text-align: left; /* Align text to the left */
}