/*  ------  local   ------  */

 body, html { overflow-x: clip !important; } 
    
.for-portrait{
	display: none;
}

.holy__page .holy__advent-text {
        min-height: 138px;
}

.holy__page .holy__push-title {
min-height: 80px !important;
}

    .holy__page .holy__push-text {
    	min-height: 100px !important;
    }


 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {

.holy__page .holy__title {
        font-size: 22px !important;
    }
.for-portrait{
	display: block;
}

.holy__page .holy__push-title {
min-height: 0px !important;
}

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.for-portrait{
	display: none;

}

.holy__page .holy__advent-text {
        min-height: 120px !important;
}

.holy__page .holy__push-title {
	 min-height: 55px !important;

}

}


@media (max-width: 480px) {
	.for-portrait{
	display: none;
}

.holy__page .holy__push-title {
min-height: 0px !important;
}

}