@media (max-width: 767px){
    #page #masthead .top-header img.lazy {
        top: -92px !important;
        left: -77px !important;
    }
}
@media (max-width: 475px){
    #page #masthead .top-header img.lazy {
        top: -142px !important;
        left: -118px !important;
        margin-left: 0px;
        margin-top: 0px;        
    }
}
@media (max-width: 350px){
    #page #masthead .top-header img.lazy {
        margin-left: 10px;
        margin-top: 10px;        
    }
}
#popupIos {
    background: #fff;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    display: none;
}

#popupIos .popupIosWrap {
    position: relative;
}

#popupIos .popContent {
    display: flex;
    align-items: center;
}

#popupIos .popContent .popPhoto {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
}

#popupIos .popContent .popPara .popTitle {
    font-size: 12px;
    margin-bottom: 5px;
}

#popupIos .popContent .popPara .popText {
    color: #9f9f9f;
    font-size: 10px;
    margin-bottom: 0;
}

#popupIos .btnPop {
    text-align: right;
    margin-bottom: 0;
}

#popupIos .btnPop a {
    display: inline-block;
    background-color: #4285f4;
    color: #fff;
    padding: 8px 12px;
    font-size: 10px;
}

#popupIos .popupIosWrap .btnClose {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
}


/*#dialog-content*/

#dialog-content {
    color: #fff;
    background: transparent;
    height: 100%;
}

#dialog-content .dialog-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#dialog-content .title {
    font-size: 22px;
    margin: 0 0 .5em;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
}

#dialog-content .gif {
    margin: 0 0 10px;
}

#dialog-content .gif img {
    width: 100%;
}

#dialog-content .text {
    margin: 0;
    font-size: 12px;
}
@media (max-width: 767px){
    #page #masthead .top-header img.lazy {
        top: -92px !important;
        left: -77px !important;
    }
	body .main-slider .no-slider .slides > li:first-child .image-slider {
    min-height: 400px;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	}
}