<!-- BEGIN POPUP STYLE-->
<style>
.k-advertising {
display:none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgb(0, 0, 0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.4);
/* Black w/ opacity */
overflow: auto;
z-index: 20;
}
.k-advertising-content {
position: relative;
margin-left: auto;
margin-right: auto;
text-align: center;
max-width: 700px;
}
.k-advertising-img {
width: 700px;
}
/* Text effect */
.k-advertising-text {
background-color: #FFF;
padding: 15px;
font-family: 'Ropa Sans';
}
@media (max-width: 700px)
{
.k-advertising-content {
position: relative;
margin-top: 15%;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
}
.k-advertising-img {
width: 100%;
}
k-advertising-text {
width: 100%;
}
}
/* The Close Button */
.k-advertising-close {
color: #FFF;
position: absolute;
top: 0;
right: 0;
font-size: 30px;
line-height: 30px;
font-weight: bold;
margin-right: 10px;
background-color: #000;
margin-top: 10px;
display: block;
width: 35px;
height: 35px;
}
.k-advertising-close:hover,
.k-advertising-close:focus {
text-decoration: none;
cursor: pointer;
}
</style>
<!-- END POPUP STYLE-->