@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
.wrapper{display:none;}
.wrapper .domain{display:none;}

/*screen*/
@media only screen and (min-width: 1240px){
    html{background:url('../images/IER_Screen.webp') no-repeat top center fixed #7310A6;}
}
    
/*tablet landscape*/
@media only screen and (min-width: 960px) and (max-width: 1239px){
    html{background:url('../images/IER_Tablet-Landscape.webp') no-repeat top center fixed #7310A6;}
}

/*tablet portrait*/
@media only screen and (min-width: 456px) and (max-width: 959px){
    html{background:url('../images/IER_Tablet-Portrait.webp') no-repeat top center fixed #7310A6;}
}

/*tablet portrait*/
@media only screen and (max-width: 455px){
    html{background:url('../images/IER_Mobile.webp') no-repeat top center fixed #7310A6;}
}
