.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
box-sizing: border-box;
}
.vbox-overlay {
background: #fff;
background: rgba(0, 0, 0, 0.85);
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 999;
opacity: 0;
overflow-x: hidden;
overflow-y: auto;
}
.figlio {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.vbox-preloader {
position: fixed;
width: 32px;
height: 32px;
left: 50%;
top: 50%;
margin-left: -16px;
margin-top: -16px;
background-image: url(img/preload-circle.png);
text-indent: -100px;
overflow: hidden;
animation: playload 1.4s steps(18) infinite;
}
@keyframes playload {
from {
background-position: 0;
}
to {
background-position: -576px;
}
}
.vbox-close {
cursor: pointer;
position: fixed;
top: -1px;
right: 0;
width: 46px;
height: 40px;
padding: 10px 20px 10px 0;
display: block;
background: url(img/close.gif) no-repeat;
background-position: 10px center;
color: #fff;
text-indent: -100px;
overflow: hidden;
}
.vbox-next, .vbox-prev {
box-sizing: content-box;
cursor: pointer;
position: fixed;
top: 50%;
color: #fff;
width: 30px;
height: 170px;
margin-top: -85px;
text-indent: -100px;
border: transparent solid;
overflow: hidden;
}
.vbox-prev {
left: 0;
border-width: 0 30px 0 10px;
background: url(img/prev.gif) center center no-repeat;
}
.vbox-next {
right: 0;
border-width: 0 10px 0 30px;
background: url(img/next.gif) center center no-repeat;
}
.vbox-title {
width: 100%;
height: 40px;
float: left;
text-align: center;
line-height: 28px;
font-size: 12px;
color: #fff;
padding: 6px 40px;
overflow: hidden;
background: #161617;
position: fixed;
display: none;
top: -1px;
left: 0;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.vbox-num {
cursor: pointer;
position: fixed;
top: -1px;
left: 0;
height: 40px;
display: block;
color: #fff;
overflow: hidden;
line-height: 28px;
font-size: 12px;
padding: 6px 10px;
background: #161617;
display: none;
}
.vbox-inline {
width: 420px;
height: 315px;
padding: 10px;
background: #fff;
text-align: left;
margin: 0 auto;
overflow: auto;
}
.venoframe {
border: none;
width: 960px;
height: 540px;
}
@media (max-width:1380px) {
.venoframe {
width: 853px;
height: 480px;
}
}
@media (max-width:992px) {
.venoframe {
width: 640px;
height: 360px;
}
}
@media (max-width:767px) {
.venoframe {
width: 460px;
height: 259px;
}
}
@media (max-width:460px) {
.vbox-inline {
width: 100%;
}
.venoframe {
width: 100%;
}
}
.vbox-open {
overflow: hidden;
}
.vbox-container {
position: relative;
background: #000;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 10px;
}
.vbox-content {
text-align: center;
float: left;
width: 100%;
position: relative;
overflow: hidden;
padding: 10px 0;
}
.vbox-container img {
max-width: 100%;
height: auto;
}
