Untitled
unknown
plain_text
9 months ago
1.6 kB
13
Indexable
/*===========ABOUT US POPUP=============*/
.popup-lightbox{cursor:pointer}
.popup-lightbox img{margin:0 auto}
/* Nền mờ của popup */
.popup {
display: none;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.9);
z-index: 9999;
justify-content: center;
align-items: center;
}
/* Lớp chứa video */
.popup-overlay {
position: relative;
width: 90vw; /* chiếm 90% chiều rộng màn hình */
height: 90vh; /* chiếm 90% chiều cao màn hình */
display: flex;
justify-content: center;
align-items: center;
}
/* Iframe full trong overlay */
.popup-overlay iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, .6);
background: #000;
}
/* Nút đóng */
.close {
position: absolute;
top: -35px;
right: 0;
font-size: 32px;
color: #fff;
cursor: pointer;
font-weight: bold;
background: rgba(0,0,0,0.5);
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
transition: background 0.3s;
}
.close:hover {
background: rgba(255,255,255,0.2);
}
/* Responsive nhỏ gọn trên mobile */
@media (max-width: 600px) {
.popup-overlay {
width: 100vw;
height: 60vh;
}
}
/*===========CONTACT US==========*/
.contact-us span.btn{
width: 100%;
padding-top: 0;
padding-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
height: 100px;
}Editor is loading...
Leave a Comment