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: 48.55%;
    left: 5%;
    width: 90%;
    height: 20.9%;
}
.t2 {
    bottom: 35.8%;
    left: 5%;
    width: 90%;
    height: 8.3%;
}
.t3 {
    bottom: 23.1%;
    left: 5%;
    width: 90%;
    height: 8.3%;
}

.t4 {
    bottom: 13.6%;
    left: 5%;
    width: 90%;
    height: 8.3%;
}

.t5 {
    bottom: 4.1%;
    left: 5%;
    width: 90%;
    height: 8.3%;
}




@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}
}