/* rt-image-slider element-one */
.rt-image-slider.element-one{
position:relative;
.rt-image-slider-item{
text-align:center;
> .holder{
position:relative;
overflow:hidden;
padding-top:calc( ( 102 / 100 ) * 100% );
background-color:#000;
> .pic{
position:absolute;
top:-1px;
right:-1px;
bottom:-1px;
left:-1px;
z-index:1;
background:center center no-repeat;
background-size:cover;
transition:all 0.4s ease-in-out;
-webkit-transition:all 0.4s ease-in-out;
}
&:hover{
> .pic{
opacity:0.7;
transform:scale(1.12);
-webkit-transform:scale(1.12);
}
}
}
}
.owl-nav{
display:none;
}
> .owl-dots{
display:none;
}
}
/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}
/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}
/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}
/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
}
/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
}
/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
}