img {
    width: 100%;
}

body{
    padding: 0;
    margin: 0;
}
.container{
    width: 100%;
    font-size: 0;
}

.ps_rl {
    position: relative;
}

.ps_rl > a {
    display: inline-block;
    position: absolute;
}

.t1 {
    bottom: 58%;
    left: 10%;
    width: 79%;
    height: 12%;
}
.t2 {
    bottom: 45%;
    left: 10%;
    width: 79%;
    height: 12%;
}
.a1 {
    bottom: 26%;
    left: 4%;
    width: 45%;
    height: 8%;
}
.a2 {
    bottom: 26%;
    left: 51%;
    width: 45%;
    height: 8%;
}
.a3 {
    bottom: 16.5%;
    left: 4%;
    width: 45%;
    height: 8%;
}
.a4 {
    bottom: 16.5%;
    left: 51%;
    width: 45%;
    height: 8%;
}
.a5 {
    bottom: 7.2%;
    left: 27%;
    width: 45%;
    height: 8%;
}

@media (min-width:750px){
    body{max-width:750px;margin:0 auto;}
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px){body{max-width:768px}
}
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:1.5){body{max-width:1024px}
}