@media screen and (max-width: 768px) {
.ua-hide-on-mobile {
display: none;
}
}
@media screen and (min-width: 768px) {
.ua-hide-on-desktop, .bef-para, .para {
display: none;
}
}
.ad-wrapper {
width: 100%;
}
.ad_image img{
max-width: 100%;
height: auto;
width: 100%;
}
.para {
position: relative;
height: 250px;
width: 100%;
}
.bef-para {
border-top: 1px solid #f2f2f2;
padding-top:5px;
text-align: center;
margin-bottom: 30px;
}
.para-ban {
height: 400px; }
.para-ban::after { content: " ";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.parallax__container {
z-index: 1 !important;
}
.parallax {
background-size: contain !important;
width: calc(100% - 60px) !important;
}