File: /var/www/vhosts/amphoragames.com/httpdocs/wp-content/uploads/custom-css-js/1770.css
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
a { color: #3f3ffd }
#text-header { display: none; }
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption a {
color: #ffffff;
}
/* Tablets y móviles, menos de 767px */
@media only screen and (max-width: 767px) {
.image-resized img {
width: 100%;
height: auto;
}
body.page .wrap_content {
padding: 10px;
}
}
/* Pantallas de 240px */
@media only screen and (max-width: 319px) {
.image-resized img {
width: 240px;
height: auto;
}
}
/* Pantallas de 320px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
.image-resized img {
width: 320px;
height: auto;
}
}
/* Pantallas de 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.image-resized img {
width: 480px;
height: auto;
}
}
/* Pantallas de 1200px o más (PC 16:9) */
@media only screen and (min-width: 1200px) {
#content .wrap_content {
width: 1276px;
margin: 0 auto;
}
}
</style>
<!-- end Simple Custom CSS and JS -->