@media (max-width: 768px) {
h1 {
font-size: 26px;
}
h3 {
font-size: 18px;
}
h5 {
font-size: 15px;
}
h6 {
font-size: 12px;
}
#header_2 nav ul {
width: 80%;
}
.aligncenter {
padding-top: 40px;
width: 75%
}
} .site-logo {
width: 200px;
} img.ic {
opacity: 0.6;
}
img.ic:hover {
opacity: 1.0;
} .box-shadow .box-shadow:hover {
box-shadow: none;
} .vp-filter.vp-filter__style-default {
font-size: 13px;
} .video-container {
position: relative;
width: 100%;
padding-bottom: 56.25%; height: 0;
overflow: hidden;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}