@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

/* banner-4-hohlder */
.snip1033 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 270px;
  max-width: 360px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  border: 5px solid #ffffff;
}
.snip1033 img {
  opacity: 1;
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.snip1033 .center {
  border-radius: 5px;
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
  opacity: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.snip1033 .center i {
  font-size: 38px;
  padding: 6px;
  color: #ffffff;
  line-height: 70px;
  opacity: 0.3;
}
.snip1033 .banner4caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
.snip1033 .banner4caption > div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.snip1033 .banner4caption a {
  opacity: 0.7;
}
.snip1033 .banner4caption a:hover {
  opacity: 1;
}
.snip1033 .banner4caption h3 {
  background-color: #222;
  word-spacing: -0.1em;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.6em;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, -webkit-transform 0.45s, -moz-transform 0.45s,
    -o-transform 0.45s, transform 0.45s;
}
.snip1033 .banner4caption .left h3 {
  border-radius: 5px 0 0 5px;
  top: 50%;
  padding: 4px 40px 4px 10px;
  right: 0;
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}
.snip1033 .banner4caption .right h3 {
  border-radius: 0 5px 5px 0;
  bottom: 50%;
  padding: 4px 10px 4px 35px;
  padding-left: 30px;
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}
.snip1033 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.snip1033 .banner4caption .red {
  background-color: #4fdeec;
  color: #000000;
}
.snip1033 .banner4caption .navyblue {
  background-color: #000000;
  color:#ffffff;
}
.snip1033 .banner4caption .darkblue {
  background-color: #000000;
  color:#ffffff;
}
.snip1033 .banner4caption .white {
  background-color: #ffffff;
  color: #000000;
}
.snip1033:hover img,
.snip1033.hover img {
  opacity: 0.5;
}
.snip1033:hover .banner4caption .left h3,
.snip1033.hover .banner4caption .left h3 {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
.snip1033:hover .banner4caption .right h3,
.snip1033.hover .banner4caption .right h3 {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
.snip1033:hover .center,
.snip1033.hover .center {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.snip1033:hover .center i,
.snip1033.hover .center i {
  -webkit-transform: translate(0%, -10px);
  transform: translate(0%, -10px);
}

/* Demo purposes only */
html {
  height: 100%;
}
.container.banner-4-hohlder {
    width: 100%;
}

.banner-4-hohlder {
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}

/* end of banner-4-hohlder */