#gallery-glmphotos-light-3 .photoTitle a:hover, #gallery-glmphotos-light-5 .photoTitle a:hover {
text-decoration: none; }
+#gallery-glmphotos-light-5 a {
+ font-size: 14px; }
+@media only screen and (max-width: 40em) {
+ #gallery-glmphotos-light-5 .photoTitle {
+ display: none; } }
+
/* End styles for specific templates*/
.gform_wrapper ul li.gfield {
clear: none !important;
}
+// gallery-glmphotos-light-5
+#gallery-glmphotos-light-5 {
+ a {
+ font-size: 14px;
+ }
+ @media #{$small-only} {
+ .photoTitle {
+ display: none;
+ }
+ }
+}
+
/* End styles for specific templates*/