@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");
body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.live{
  box-sizing: border-box;
  border: solid;
  border-color: #f9c30a;
  box-shadow: 5px 10px 18px #000000;
  font-size: 1.5rem;
  background-color: #0abab5;

}

.live a{
  color:#ffffff !important ;
  padding-left: 200px;
}

.action{
  box-sizing: border-box;
  border: solid;
  border-color: #f9c30a;
  box-shadow: 5px 10px 18px #000000;
  font-size: 1.5rem;
  background-color: #0abab5;
}

.action a{
  color:#ffffff !important ;
}

.section1{
  background-color: #dfdfdf;
}


.container {
  display: flex;
  width: 100%;
  padding: 4% 2%;
  box-sizing: border-box;
  /* height: 75vh; */
}

.img_sl{
  height: 75vh;
}

.box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0,0,0,.1);
  line-height: 0;
}

.box > img {
  width: 200%;
  height: calc(100% - 10vh);
  object-fit: cover;
  transition: .5s;
}

.box > span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}

.box:hover { flex: 1 1 50%; }
.box:hover > img {
  width: 100%;
  height: 100%;
}

/* #footer-row{
  padding-left: 4rem !important;
} */


iframe{
  width: 780px;
  height: 360px;
}
