
.modal{
	width: 100%;
    height:100%;
    top:0; 
	bottom:0;
	padding:1rem 0;
}

 .modal-content {
    position: relative;
    background-color:transparent;
    border:transparent;
    -webkit-box-shadow:transparent !important;
    box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
}
.close {
    float: right;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity:1; 
    position: absolute;
    right: 0;
}
.modal-dialog {
    width:100%;
	min-width: 500px;
    top:10%;
	padding:5%;
}
.modal-header{
    text-align: right;        
    border:transparent;
    width: 100%;
/*    height:100%;*/
	padding:0;
    min-width: 1100px;
    max-width: 1900px;
}
.modal-body{
    left: 0;
    right: 0;
    margin: 0 auto;
	text-align:center;
	padding:1%;
}

.modal-body img{
/*        margin:5px;*/
		width:100%;
}

button.close {
    display:inline-block;
	z-index:9;
    background-repeat: no-repeat;
    background-size:100%;
	right: 14%;
}
button.close span{
	background-image: url(./../images/butnClose.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    max-width: 100%;
    height: 30%;
    min-height: 50px;
    min-width: 50px;
}
/*MV*/
.modal-header .close {
    margin-top: 2%;
}
/*@media screen and (min-width: 1900px){
   button.close{
        right:7%;
   } 
}*/