/** Showcase **/
.rt-details .showcase {
position: relative;
height: 510px;
margin-top: 25px;
}
.rt-details .showcase .front-frame {
background-size: 100%;
width: 420px;
height: 539px;
background: url('/images/slideshow/showcase-front-frame.png') 0 0 no-repeat;
position: absolute;
top: 10px;
right: -70px;
}
.rt-details .showcase .front-frame .inner {
overflow: hidden;
border-radius: 3px;
top: 70px;
left: 65px;
width: 273px;
height: 363px;
}
.rt-details .showcase .inner {
overflow: hidden;
position: relative;
}
.rt-details .showcase .center-frame {
background: url('/images/slideshow/showcase-center-frame.png') 0 0 no-repeat;
background-size: 100%;
width: 963px;
height: 567px;
position: absolute;
top: 0;
left: 50%;
margin-left: -481px;
}
.rt-details .showcase .center-frame .inner {
width: 620px;
height: 407px;
top: 59px;
left: 174px;
border-radius: 0 0 5px 5px;
}
.rt-details .showcase .inner {
overflow: hidden;
position: relative;
}
.rt-details .showcase .back-frame {
background: url('/images/slideshow/showcase-back-frame.png') 0 0 no-repeat;
background-size: 100%;
width: 777px;
height: 500px;
position: absolute;
top: 85px;
left: -140px;
overflow: hidden;
}
.rt-details .showcase .back-frame .inner {
width: 500px;
height: 306px;
top: 61px;
left: 139px;
border-radius: 0 0 5px 5px;
}
.rt-details .showcase .inner {
overflow: hidden;
position: relative;
}
.rt-details .showcase .back-frame img {
max-width: 100%;
width: 100%;
left: 1px;
top: 1px;
}
Time to create page: 0.072 seconds