body {
background-color: #121212;
}
.wrap { 
position: absolute;
padding: 0;
top:0; 
bottom: 0;
left: 0;
right: 0;
}
.ad_box { 
width: 35%;
margin: 0 auto;
margin-top: 2%;
color: white;
border-radius: 10px;
padding-top: 1%;
padding-bottom: 1%;
}
.ad_box_header label { 
display: block;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 56px;
font-weight: 600;
color: #feda27;
}
.ad_box_header label text { 
color: #feda27;
}
.ad_box_header span { 
display: block;
margin-top: 2%;
text-align: center;
font-family: 'Roboto', sans-serif;
font-weight: 600;
font-size: 23px;
}
.ad_box_header span text { 
color: #feda27;
}
.ad_box_info { 
margin-top: 4%;
font-family: 'Roboto', sans-serif;
}
.ad_box_info_box { 
width: 100%;
margin: 0 auto;
margin-top: 2%;
padding-bottom: 3%;
border-radius: 5px;
}
.ad_box_info_box_item { 
margin-top: 1%;
}
.ad_box_info_box_item img { 
width: 20%;
display: inline-block;
margin-right: 5%;
}
.ad_box_info_box_item label { 
font-size: 20px;
display: inline-block;
}
.ad_box_images { 
margin-top: 2%;
}
.ad_box_images img { 
border: 1px solid #f0d91f;
}
.ad_box_buttons { 
margin-top: 2%;
text-align: center;
}
.ad_box_buttons button { 
margin-top: 3%;
width: 48%;
padding: 2%;
border-radius: 5px;
padding-top: 3%;
padding-bottom: 3%;
border: none;
font-family: 'Open Sans', sans-serif;
font-size: 22px;
color: white;
cursor: pointer;
}
.ad_box_buttons button img { 
width: 20%;
}
.ad_box_buttons button span { 
margin-top: 4%;
}
#phone_button { 
background-color: #da2455;
}
#phone_button:hover { 
background-color: #ce1849;
}
#wa_button { 
background-color: #00951e;
}
#wa_button:hover { 
background-color: #038e1f;
}
@media screen and (min-width: 320px) and (max-width: 780px) { 
.wrap { 
background: none;
}
.ad_box { 
width: 100%;
margin-top: 0;
}
.ad_box_header { 
margin-top: 2%;
}
.ad_box_header label { 
font-size: 200%;
}
.ad_box_header label img { 
width: 45%;
margin: 0 auto;
display: block;
text-align: center;
}
.ad_box_header b { 
font-size: 120%;
}
.ad_box_header span { 
font-size: 120%;
}
.ad_box_images { 
margin-top: 2%;
}
.ad_box_buttons { 
margin-top: 2%;
}
.ad_box_buttons button { 
width: 100%;
padding: 2%;
padding-top: 4%;
padding-bottom: 4%;
font-size: 140%;
}
.ad_box_buttons button img { 
width: 18%;
}
.ad_box_info { 
margin-top: 3%;
text-align: center;
}
.ad_box_info_box_item { 
margin-top: 2%;
}
.ad_box_info_box_item label { 
font-size: 120%;
}
}