@media (max-width:767px) {
.logo {
  height: 60px;
  top: 13px;
  width: 130px;
  left: 15px;
}
.maintext.col1 {
  padding: 50px 5%;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
.overview .left, .overview .right {
    padding: 0 5px 0 5px !important;
}
.overview a {
  display: flex;
  flex-direction: column;
}
.overview .image a {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
.overview .video .image a {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.overview .image a.mlink {
  position: absolute !important;
}
.mlink::after {
  content: '';
  background: url('elements/resize.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 15;
  right: 15px;
  top: 15px;
}
.overview .video .mlink::after {
  display:none;
}
.twrap::after {
  display: none;
}
.overview a:hover {
  text-decoration:none;
}
.overview .image-caption {
  position: relative;
  display: flex;
  background: top;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition-duration: 400ms;
  transition-property: opacity;
  order: 2;
}
.overview .video .image-caption {
  position: relative;
  display: table;
  background: top;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition-duration: 400ms;
  transition-property: opacity;
  order: 2;
}
.overview .image-embed-item {
  width: 100%;
  height: auto;
  order: 1;
}
.overview h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  padding: 0 5%;
  margin-top: 20px;
  line-height: 1;
}
.overview h4 {
  font-size: 14px;
  font-weight: 300;
  padding: 0 5%;
  line-height: 1;
  margin: 0;
}
.overview .video h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.overview .video h4::after {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  content: 'SEE MORE';
  display: block;
  background: transparent;
  width: 120px;
  margin: 0 auto;
  padding: 10px;
  border: 2px solid #fff;
  margin-top: 15px;
}
.overview .frame-img-full {
	position: relative;
	padding-bottom: 30px;
} 
.overview header a {
	position: absolute;
	opacity: 1;
	background-position: 96% 6%;
	color: #FFD600;
	background-color: rgba(0,0,0,0);
	justify-content: end;
	display: flex;
	background-size: 6.5%;
	padding-bottom: 30px;
}

  
.frame-gallery .ce-row {
  display: block;
  border-radius: 0;
  padding: 0;
  margin: 0 0 30px 0px;
  white-space: normal;
  line-height: 1.6;
  vertical-align: top;
  text-align: center;
}


  
.frame-gallery img.image-embed-item {
  height: auto;
  width: 100%;
}
.footer .footergrid {
    text-align: center !important;
    margin: 20px 0px 50px;
}
.footer .text-right {
  text-align: center !important;
}
.footer .ce-col {
	text-align: center;
}  
.footer p {
  font-size: 24px;
}
.footer h3 {
  font-size: 24px;
}
}
@media (min-width:768px) and (max-width:991px) {
.overview .image-caption {
  display: flex;
  height: 100%;
  width: 100%;
}
.overview .twrap {
  display: flex;
  height: auto;
  background: transparent;
  justify-content: center;

  flex-direction: column;
}
.twrap::after {
  content: '';
  background: url('elements/resize.svg');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 15;
  right: 15px;
  bottom: 15px;
}
.overview h3 {
  padding: 0 5%;
   font-size: 24px;
}
.overview h4 {
  padding: 0 5%;
   font-size: 18px;
}
.overview .video h4 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.overview .video h4::after {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  content: 'SEE MORE';
  display: block;
  background: transparent;
  width: 170px;
  margin: 0 auto;
  padding: 10px;
  border: 3px solid #fff;
  margin-top: 15px;
}
.frame-gallery .ce-row {
  display: block;
  border-radius: 0;
  padding: 0;
  margin: 0 0 30px 0px;
  white-space: normal;
  line-height: 1.6;
  vertical-align: top;
  text-align: center;
}
.frame-gallery img.image-embed-item {
  height: auto;
  width: 100%;
}
.footer h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.5;
}
.footer p {
  line-height: 1.5;
  font-size: 24px;
}
}
@media (min-width:992px) and (max-width:1199px) {

.overview .image-caption {
  display: flex;
  height: 100%;
  width: 100%;
}
.overview .twrap {
  display: flex;
  height: auto;
  background: transparent;
  justify-content: center;

  flex-direction: column;
}
.overview h3 {
  padding: 0 5%;
}
.overview h4 {
  padding: 0 5%;
}
.frame-gallery .ce-inner {
   display:flex;
   flex-wrap:nowrap;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.frame-gallery .ce-row{
  display: flex;
  flex:0 0 auto;
}
.frame-gallery figure {
    margin: 0;
}
.frame-gallery img.image-embed-item {
    height: 98vh;
    width: auto;
}
}