.full-info {
    bottom: 0px;
    z-index: 99;
    position: absolute;
}
.full-info-bt {
    bottom: 0px;
    text-align: center;
}
.full-info-bt {
    z-index: 9;
    position: relative;
    padding: 0px 40px 20px 40px;
    margin: auto;
}
.full-info-bt p {
    margin: 0px;
	padding: 0px;

}
.full-credit {
    bottom: 0;
    right: 0;
    margin-right: 40px;
    margin-bottom: 20px;
    z-index: 99;
    position: absolute;
}

.full-credit p {
    line-height: 0;
}
.full-bt-close {
    top: 20px;
    margin-right: 40px;
    z-index: 99999;
    position: fixed;
    right: 0;
}
.full-bt-close img {
    height: 15px;
    width: auto;
}

#full-vd { 
    width: 100%;
    min-height: 100%;
    height: 100vh;
    padding: 0!important;
    margin: 0!important;
    position: relative;
}
.full-vd-content {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full-height {
    width: 100%;
    min-height: 100%;
    height: 100vh;
    padding: 0!important;
    margin: 0!important;
    position: relative;
    border-bottom: 1px solid #fafafa;
}

.full-height-home {
    width: 100%;
    min-height: 78%;
    height: 78vh;
    padding: 0!important;
    margin: 0!important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.full-height-home-logo {
text-align: center;
z-index: 9;
opacity: 1;
background-color: #fff;
width: 300px;
margin-left: auto;
padding: 40px 20px 20px 20px;
margin-right: auto;
border-radius: 5px;
}
.full-height-home-logo img {
    width: 180px;
    height: auto;
    margin-top: 60px;
	
}
.full-height-home-logo h3 {
	margin-top: 0px;
}
.full-height-home-link {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
}
.full-height-home-link img {
    width: 100%;
    height: 99%;
    z-index: 99;
	
	
}
@media screen and (max-width:768px) {

.full-bt-close {
    margin-right: 20px;
}
    .full-height-home-logo img {
    width: 130px;
    height: auto;
}
    
}

