@charset "UTF-8";
.c-mainVisual--lv2 .c-mainVisual__main{padding-bottom:0}
.c-mainVisual__background::after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;min-height:500px;content:"";background:url(/fa/mobile-apps/img/bg_intro.jpg) no-repeat center center;background-size:cover}
@media only screen and (min-width:1101px){
/*! over Large */

}
@media only screen and (max-width:1100px){
/*! Large, Medium and Small */

}
@media only screen and (min-width:981px) and (max-width:1100px){
/*! Large only */

}
@media only screen and (max-width:980px){
/*! Medium and Small */

}
@media only screen and (min-width:981px){
/*! over Medium */

}
@media only screen and (min-width:768px) and (max-width:980px){
/*! Medium only */

}
@media only screen and (min-width:768px){
/*! Large and Medium */

}
@media only screen and (max-width:767px){
/*! Small only */

}