﻿@charset "utf-8";


.yukle { width: 100%; height: 100%; position: absolute; background: #fff url(../images/495.GIF) no-repeat center center; z-index: 99999; }



@media screen and (max-width : 760px) {

    .media ul li { width: 33.33%; }

}

@media screen and (max-width : 480px) {

    .media ul li { width: 50%; }

}

@media screen and (max-width : 420px) {

    .media ul li { width: 100%; }

}



