﻿.modal-backdrop {
    z-index: -1 !important;
}

/* foot */

.foot {
    position: fixed;
    width: 1170px;
    left: -585px;
    height: auto;
    box-shadow: 0 -2px 0 0 rgb(255 255 255 / 20%);
    font-size: 36px;
    transition: all 0.2s;
    background: transparent;
    margin-left: 50%;
    bottom: 0;
    z-index: 1000;
}

.foot .footclose {
    position: absolute;
    right: 15px;
    top: -35px;
    font-size: 18px;
    font-weight: light;
    text-decoration: none;
    transition: all 0.3s;
    color: gray;
}

.footclose:hover {
    color: black !important;
}

.foot .footclose:hover {
    color: white;
}

.foot .footclose:active {
    color: #ff99ff;
}


button.close {
    top: -35px !important;
    font-size: 22px !important;
    color: grey !important;
}

#video {
    height: 100% !important;
}

button.close1 {
    top: 0px;
    position: absolute;
    right: -1px;
    opacity: 1;
    text-shadow: none;
    color: #ffffff !important;
    font-weight: normal !important;
    background: none;
    border: 0;
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 500px;
    margin-top: 0 !important;
    height:500px;
}

.modal-body {
    min-height: 534px !important;
    height: 534px !important;
}
 .modal {

 background-color:rgba(0, 0, 0, 0.70) !important;
}

@media (max-width:460px){
.modal-content{
	height:355px !important;
    margin-top: 50px !important;
}

.modal-body {
    min-height: 250px !important;
    height: 252px !important;
}
.foot {
    width: 100%;
    left: 0%;
    height: auto;
    background:  transparent;
    margin-left: 0;
    bottom: 0;
    z-index: 1000;
    }
.foot img{
	width:100% !important;
}
}