/* rt-popup-video element-one */
.rt-popup-video.element-one{
}
.rt-popup-video.element-one > .holder{
}
.rt-popup-video.element-one[data-popup-video-align=left] > .holder{
text-align:left;
}
.rt-popup-video.element-one[data-popup-video-align=center] > .holder{
text-align:center;
}
.rt-popup-video.element-one[data-popup-video-align=right] > .holder{
text-align:right;
}
.rt-popup-video.element-one > .holder > .pic{
}
.rt-popup-video.element-one > .holder > .pic img{
}
/* 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){
}