.fullwidthvideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center {
    margin: auto; width: 95%;
}

.center50 {
    margin: auto; width: 50%;
}

.center30 {
    margin: auto; width: 30%;
}

.greybox {
border: 0px;
background-color: #e0e0e0;
padding: 20px;
}


.greyboxh12 {
border: 0px;
background-color: #e0e0e0;
padding: 20px; height:15em; 
}


.greybox30 {
border: 0px;
background-color: #bdbec2;
padding: 20px;
}

.darkgreybox {
border: 0px;
color: #BCBEC0 !important;
font-size: x-large !important;
background-color: #414042;
padding: 30px;
}


.lightbluebox {
border: 0px;
background-color: #dfffff;
padding: 20px;
}

.bluebox {
border: 0px;
background-color: #00ACC8;
padding: 20px;
}

.paddedbox {
border: 0px;
padding-top: 20px; padding-bottom: 20px; 
}

.paddedfooter {
border: 0px;
margin-right: 20px !important; 
}

.notification:hover {
opacity: 0.8;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.one-third-column-footer {
width:60%;
margin-right:8%;
float:left;
}
.one-third-column-footer-last {
width:32%;
margin-right:0;
float:right;
}

a.blue:hover {
  color: #00ACC8 ;
}

.flex-direction-nav .flex-next { right: 0 !important; margin-right: -40px; 
  }

.flex-direction-nav .flex-prev { left: 0 !important;
   margin-left: -40px; }



/**
 *  Master Slider
 *  Black 1
 */

.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(black-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(black-skin-1.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
	width: 53px;
	background: url(black-skin-1.png);
	background-position: -79px -19px;
	height: 61px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -26px;
	position: absolute;
	z-index: 110;
}
.ms-skin-black-1 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -79px -97px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-black-1 .ms-bullet {
	width: 9px;
	height: 9px;
	background: white;
	margin: 4px;
	border: solid 1px rgb(58, 58, 58);
}

.ms-skin-black-1 .ms-bullet-selected {
    background-color: black;
}

.ms-skin-black-1 .ms-timerbar {
	background: black;
	height: 2px;
}

.ms-skin-black-1 .ms-time-bar {
	height: 1px;
	margin-top: 1px;
	background: #FFFFFF;
}

.ms-skin-black-1 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: white;
	border-top-color: rgba(0, 0, 0, 0.8);
	bottom: -10px;
}

.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: white;
	border-bottom-color: rgba(0, 0, 0, 0.8);
	top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: white;
	border-right-color: rgba(0, 0, 0, 0.8);
	left: -10px;
}

.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: black;
	border-left-color: rgba(0, 0, 0, 0.8);
	right: -10px;
}

.ms-skin-black-1 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #444444;
	background: black;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: white;
	background: rgba(255, 255, 255, 0.9);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-black-1  .ms-tooltip {
	max-width:200px;
}

.ms-skin-black-1 .ms-tooltip-cont {
	padding: 10px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 0px black;
	color: white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
	.ms-skin-black-1 .ms-video-btn,
	.ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
	.ms-skin-black-1 .ms-nav-next,
	.ms-skin-black-1 .ms-nav-prev{
		background-image:url(black-skin-1-retina.png);
		background-size: 152px 225px;
	}
	
}


.secondary{
  text-align: center;
  color: #63B94D;
  font-family: "museo", Rockwell, "Courier Bold", Courier, monospace, serif;
  font-size: 2.3em;
}
.secondary b{
  font-size: 1.4em;
}

.three-point-attention h2{
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-size: 2.3em;
  color: #414042;  
}

.three-point-attention-white h2{
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-size: 3.3em;
  color: white;  
}

.light-colour{
  padding: 20px 0;
}
.light-colour h3, .light-colour p{
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
}
.light.paragraphing h3{
  color: #27B1C6;
  margin: 0 0 20px 0;
}
.light.paragraphing p img{
  width: 100%;
}
.two-col-content .title_container{
  margin-top: 50px;
}
.go-left{
  float: left;
}
.go-left img{
  width: 115px;
  height: 115px;
  margin: 0 10px 10px 0; 
}


.fb-like{
  margin-top: 10px;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

span.yellowhighlight {
    background-color: #FFD100; padding: 4px;
}



.top {       
    padding-top: 150px;
    
}

.br {
  margin-bottom: 30px;
}


.button {
  border-radius: 6px;
}

.button {
  background: #E63144;

  text-align: center;
  width: 29.615861214%;
}

.center600 {
  width: 600px ;
  margin-left: auto ;
  margin-right: auto ;
}

.centerprocess {
    margin: auto;
    width: 80%;
    padding: 20px;
  column-width: 30px;
}

.subscribeform {
  position: relative;
  float: right;
  width: 300px;
  padding: 40px 0px;
}

.subscribeformc {
  margin: auto;
    width: 30%;
  min-width: 300px;
  
}

.nospace {
  font-size="0"
}

.spacebelow { margin-bottom: 2em; }
.spacebelow1 { margin-bottom: 1em; }
.spaceabove { margin-top: 2em; }

/*BUTTON-start*/
button {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 35px;
  font-size: 24px;
  font-weight: bold;
  font-family: "proxima-nova",Helvetica,serif;
  line-height: 1.8;
  appearance: none;
  box-shadow: none;
  border-radius: 30px;
}

button:focus {
  outline: none
}

/*removed text-shadow: -1px 1px #417cb8; */
section.flat button {
  color: #fff;
  background-color: #00ACC8;
  
  border: none;
}

/*removed  text-shadow: -1px 1px #27496d; */
section.flat button:hover,
section.flat button.hover {
  background-color: #E63144;
  
}

/*removed   text-shadow: -1px 1px #193047;  */
section.flat button:active,
section.flat button.active {
  background-color: #FFD100;

}

/*removed      text-shadow: -1px 1px #417cb8;  */
section.flatred button {
  color: #fff;
  background-color: #E63144;

  border: none;
}

/*removed     text-shadow: -1px 1px #27496d;*/
section.flatred button:hover,
section.flatred button.hover {
  background-color: #c32b3b;

}

section.flatred button:active,
section.flatred button.active {
  background-color: #a22431;

}


section.flatthing button {
  color: #fff;
  background-color: #008DFF;
 
  border: none;
}

section.flatthing button:hover,
section.flatthing button.hover {
  background-color: #0066CC;
 
}

section.flatthing button:active,
section.flatthing button.active {
  background-color: #034982;
 
}



.button-square {width: 100%;}
button-square {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 15px 15px;
  font-size: 24;
  font-weight: lighter;
  font-family: "proxima-nova",Helvetica,serif;
  line-height: 1.8;
  appearance: none;
  box-shadow: none;
  border-radius: 0px;
}

.squarefull {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.bluesquarefull {
  display: inline-block;
  background-color: #00ACC8;
padding: 20px;
  margin: 0 5px 0 0;
  font-family: "proxima-nova",Helvetica,serif;
  line-height: 1.8;
  appearance: none;
  border-radius: 0px;
  width: 100%;
}

section.square button-square {
  color: #fff;
  background-color: #666766;
  text-shadow: none;
  border: none;
  margin-bottom: 2px;
}

section.square button-square:hover,
section.square button-square.hover {
  background-color: #3f403f;
}

section.square button-square:active,
section.square button-square.active {
  background-color: #7f817f;
}


/*BUTTON-end*/

/*FONT on home page content title*/
.st {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
}

/*center vertical*/

div.centervertical {
    height: 10em;
    position: relative }
div.centervertical p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#darkgreybanner {
	width: 100%;
	height: 4em;
	background: #414042;
}

.greyfullwidth {
    padding-left: 0;
    padding-right: 0;
  height: 4em;
    width: 100%;
  background: #a0a0a0;
}

.greyfullwidthtext {
    padding: 20px;
    width: 100%;
  background-color: #a0a0a0;
  
}
.greyfullwidthtextgone h2 {color: #ffffff;}

.pinkbox {
border: 0px;
background-color: #EB666B;
padding: 20px;
}



/*wiggle*/
@-webkit-keyframes wiggle {
	0% {
		-webkit-transform:rotate(4deg);
	}
	50% {
		-webkit-transform:rotate(-4deg);
	}
	100% {
		-webkit-transform:rotate(4deg);
	}
}
 
.wiggle:hover {
	-webkit-animation: wiggle 0.5s infinite;
}

@-webkit-keyframes wigglesmaller {
	0% {
		-webkit-transform:rotate(1deg);
	}
	50% {
		-webkit-transform:rotate(-1deg);
	}
	100% {
		-webkit-transform:rotate(1deg);
	}
}
 
.wigglesmaller:hover {
	-webkit-animation: wiggle 0.5s infinite;
}





.customcursor {
   cursor: url(https://cdn.shopify.com/s/files/1/0857/2946/files/makedo-halloween.png?13230062933434601429), auto;
}


.datagrid table { border-collapse: collapse; text-align: center; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #BCBEC0; }.datagrid table td, .datagrid table th { padding: 20px 0px; }.datagrid table tbody td { color: #414042; font-size: 13px;font-weight: normal; }.datagrid table tbody .alt td { background: #BCBEC0; color: #414042; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }


/*form-mini-start*/

.form-mini-container{
    max-width: 315px;
    margin: 0 auto;
    font: normal 14px sans-serif;
    text-align: center;
    color: #5f5f5f;
}

.form-mini-container h1{
    color:  #4c565e;
    font-size: 14px;
    padding-bottom: 30px;
    
    font-weight: bold;
    margin: 0;
}

.form-mini{
    box-sizing: border-box;
    padding: 40px;

    background-color:  #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.form-mini .form-row{
    display: block;
    text-align: left;
    margin-bottom: 23px;
}

.form-mini input,
.form-mini select{
    box-sizing: border-box;
    width: 240px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 18px;
    border: 1px solid #dbdbdb;
}

.form-mini input[type=radio],
.form-mini input[type=checkbox]{
    box-shadow: none;
    width: auto;
}

.form-mini select{
    color: inherit;
    background-color: #ffffff;
}

.form-mini .form-checkbox span{
    margin-left: 5px;
}

.form-mini .form-checkbox input{
    width: auto;
}

.form-mini .form-radio-buttons > div{
    margin-bottom: 10px;
}

.form-mini .form-radio-buttons input{
    width: auto;
}

.form-mini .form-radio-buttons label span{
    margin-left: 8px;
}

.form-mini .form-last-row{
    margin: 35px auto 0;
}

.form-mini button{
    display: block;
    border-radius: 60px;
    background-color:  #6caee0;
    color: #ffffff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    padding: 10px 16px;
    border: 0;
    cursor: pointer;
}


/* Placeholder color */

.form-mini ::-webkit-input-placeholder {
    color:  #999;
}

.form-mini ::-moz-placeholder {
    color:  #999;
    opacity: 1;
}

.form-mini :-ms-input-placeholder {
    color:  #999;
}

/*	Making the form responsive. Remove this media query
    if you don't need the form to work on mobile devices. */

@media (max-width: 600px) {

    .form-mini-container{
        margin-top: 0;
    }

}
/*form-mini-end*/



/* Juicer tweaks */

.j-text {
  display: none;
}


.j-image img:hover {
  opacity: 0.7;
}

document.getElementById("j-overlay image").removeAttribute("href");

function updatePosts() {
    $('.juicer ul.filters li.all selected').text('ALL CREATIONS');
    
  }

/* YouTube Play Button */
<style>
.youtube-container { display: block; margin: 20px auto; width: 100%; max-width: 600px; }
.youtube-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; }
img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; height: auto }
div.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url("http://i.imgur.com/TxzC70f.png") no-repeat; }
#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
</style>
<script>
(function() {
    var v = document.getElementsByClassName("youtube-player");
    for (var n = 0; n < v.length; n++) {
        var p = document.createElement("div");
        p.innerHTML = labnolThumb(v[n].dataset.id);
        p.onclick = labnolIframe;
        v[n].appendChild(p);
    }
})();
 
function labnolThumb(id) {
    return '<img class="youtube-thumb" src="//i.ytimg.com/vi/' + id + '/hqdefault.jpg"><div class="play-button"></div>';
}
 
function labnolIframe() {
    var iframe = document.createElement("iframe");
    iframe.setAttribute("src", "//www.youtube.com/embed/" + this.parentNode.dataset.id + "?autoplay=1&autohide=2&border=0&wmode=opaque&enablejsapi=1&controls=0&showinfo=0");
    iframe.setAttribute("frameborder", "0");
    iframe.setAttribute("id", "youtube-iframe");
    this.parentNode.replaceChild(iframe, this);
}
</script>

.centeredp {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.center-about-process {
    margin: auto;
    width: 50%;
  min-width: 300px;
}


/* text on image */
/* change last gradient number to change darkenss of overlay; 0=none 1=full black */

/* removed   width: 1280px;
  height: 366px; */

.moduleplay {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ),
    url(https://cdn.shopify.com/s/files/1/0857/2946/files/Makedo_kong_PerroLoca.jpg?2531722840771709535);
  background-size: cover;
  width: auto;
  height: auto;
  margin: 0px 0 0 0px;
  position: relative;
  float: left;
}

.lr h2 {
  
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
  margin: 0;
}

/* text on image V2 */



.text-on-image {
  max-width:100%;
  display: block;
  position: relative;

  margin-bottom:0;
  }


  
.imagetext {
 
  position: absolute;
  bottom: 1em;
  text-align: center;
  color: white;
  margin: 0;
 font-size: 3rem;
}

.imagetextblock {
 
position: absolute;
  bottom: 1em;
  left: 1.5em;
  color: white;

  margin: 0;
 font-size: 3rem;
    background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.5);
  padding: 0.2em;
  
}


@media screen and (max-width:450px) 
{ .imagetext {font-size: 1.2em; bottom: 0.5em; left: 1em;}
  
  
  
 /*full width image */
  
 
  
  
  .full-width-wrapper { 
 position: relative; 
  width: 100%; 
  min-height: 100%; 
    
  }
  .full-width-wrapper .body {
 margin: 0;
 padding: 0;
} 
  
 
  
.full-width-wrapper img { max-width: 100%; }
  
.noclick iframe{
    pointer-events:none; !important
}
  
  
/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 12px 30px;
    color: #fff;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background: #00acc8;
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 2px;
    zoom: 1;
}

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
    radius: 2px;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
    
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: rgb(66,129,244);
}

 /** END ***
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */
  
  .search-actions a.btn { border-radius:32px; }
  .btn-back {border-radius:32px; }
  
  
  
 /*SLIDING UNDERLINE middle out */

.sliding-middle-out {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: #00acc8;
}

  
  /*COUNTRIES */

.countries ul {
    float: right;
    width: 100%;
    padding: 0;
    margin :45;
    list-style-type: none;
}

.countries a {
    float: right;
    width: 2em;
    text-decoration: none;
    color: white;
    background-color: #ffffff;
    padding: 0.2em 0.6em;
    border-right: none;
}



.countries li {display: inline;}

/*======================================
=            NO GUTTER CODE            =
======================================*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

  .col-no-gap {
    

    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}

  .col-2-gap {
    

    margin-right:1px !important;
    margin-left:1px !important;
}
  
.vidcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.fullvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yellowbox {
border: 0px;
color: #3a3a3a !important;
font-size: x-large !important;
background-color: #fdcd07;
padding: 40px;
}
  
  
 <!--2col attempt again-->
  
      .cleft {
        float: left;
        width: 50%;
    }
    .cright {
        float: right;
        width: 50%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .cgroup:after {
        content:"";
        display: table;
        clear: both;
    }
    @media screen and (max-width: 480px) {
        .cleft, .cright {
            float: none;
            width: auto;
        }
    }
  
  
     <!--2col attempt again-->
  
  .verticenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}