.item-hover {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover,
.item-hover * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item-hover a {
    color: #333;
}
.item-hover a:hover {
    text-decoration: none;
}
.item-hover img {
    width: 100%;
    height: 100%;
}

.item-hover.circle {
    position: relative;
    width:100%;
   /* height: 220px;*/
    border-radius:0%;
}
.item-hover.circle .img {
    position: relative;
    width:100%;
   /* height: 186px;*/
    border-radius:0%;
}
.item-hover.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius:0%;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover.circle .img img {
    border-radius:0%;
}
.item-hover.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius:0%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.item-hover.square {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.item-hover.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.item-hover.circle.effect19.colored .info {
    background: rgba(13, 68, 92, 0.6);
}
.item-hover.circle.effect19 .info {
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.item-hover.circle.effect19 .info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px !important;
    padding: 45px 0 0 0;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.item-hover.circle.effect19 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.item-hover.circle.effect19 a:hover .info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

 @media (max-width:994px) {
.item-hover.circle.effect19 .info h3 {
    font-size: 18px !important;
    padding: 16px 0 0 0;
}
}

 @media (max-width:710px) {
.item-hover.circle.effect19 .info h3 {
    font-size: 14px !important;
    padding: 7px 0 0 0;
}
.item-hover.circle.effect19 .info p {
    padding: 10px 5px;
    font-size: 20px;
}
}

 @media (max-width:600px) {
.item-hover.circle.effect19 .info h3 {
    font-size: 10px !important;
    padding: 7px 0 0 0;
}
.item-hover.circle.effect19 .info p {
    padding: 10px 5px;
    font-size: 16px;
}
}

 @media (max-width:400px) {
.item-hover.circle.effect19 .info h3 {
    font-size: 7px !important;
    padding: 0px 0 0 0;
}
.item-hover.circle.effect19 .info p {
    padding: 0px 5px;
    font-size: 12px;
}
}