ACC SHELL
@media only screen and (max-width: 1800px) {
.popup-box2 {
display: none;
}
}
.popup-box2 {
width: 392px;
height: 240px;
background: url("../img/popup-box2.png");
color: #fff;
padding: 2rem;
position: relative;
}
.popup-box2 .popup-icon2 {
position: absolute;
top: 0rem;
left: 0.4rem;
font-size: 1.5rem;
color: #000;
font-family: "roboto";
}
.popup-box2 .popup-button2 {
position: absolute;
bottom: 2.5rem;
left: 39%;
border: 1px solid #000;
padding: 3px 7px;
border-radius: 14px;
font-size: 11px;
background: #fcfcfc;
color: #000;
font-family: "roboto";
font-weight: 500;
decoration: none;
}
.popup-box2 .popup-button2:hover {
background: #127bfb;
border: 2px solid #000;
color: #fff;
}
.popup-box2 h3 {
font-family: "roboto";
font-size: 20px;
font-weight: 900;
color: #FAF3DD;
position: absolute;
top: 22%;
}
.popup-box2 p {
position: absolute;
top: 23%;
left: 1%;
padding: 2rem;
}
@keyframes popup-box2 {
0% {
top: -400px;
}
100% {
top: 0;
}
}
.popup-container2 {
overflow-y: hidden;
position: fixed;
z-index: 9999999;
top: 0;
right: 0%;
}
.popup-container2 > div.popup-box2 {
animation-name: popup-box;
animation-duration: 1.5s;
animation-fill-mode: forwards;
}
@media only screen and (max-width: 700px) {
.iframe-md2 {
margin-left: 0%!important;
width: 100%;
}
}
ACC SHELL 2018