
/* Width Media Tag s */
@media only screen and (max-width: 600px) {
  .fancybox-slide{top: 0%!important;height: auto!important;}
}
@media only screen and (max-width: 281px) {
  .bgcark{background-size: 80%!important;top:300px!important;}
  .toast p{font-size: 19px!important;}
}
@media (min-width:282px) and (max-width:320px) {
  .bgcark{background-size: 80%!important;top:300px!important;}
  .toast p{font-size: 19px!important;}
}
@media (min-width:321px) and (max-width:350px) {
  .bgcark{background-size: 80%!important;top:250px!important;}
  .toast p{font-size: 19px!important;}
}
@media (min-width:350px) and (max-width:376px) {
  .bgcark{background-size: 80%!important;top:231px!important;}
  .toast p{font-size: 19px!important;}
}
@media (min-width:376px) and (max-width:411px) {
  .bgcark{background-size: 80%!important;top:218px!important;}
}
@media (min-width:412px) and (max-width:415px) {
  .bgcark{background-size: 80%!important;top:552px!important;}
}
