
/* Styles */
.tes1
{ 
  width:50%;
  float:left;
}
.tes2
{
  width:50%;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
 /* in mobile css commands*/
.tes1
{ 
padding-left:50px;
  padding-right:50px;
  width:300px;
  height:200px;
}
.tes2
{
  width:auto;
}
 /* .video
  {
  height:200px;
   text-align:center;
    width:300px;
}*/
}

blockquote {
    font-family: Lato;
    position: relative;
    margin: 0.5em;
    border: none;
    padding: 0.5em 2em 0.5em 3em;
}

blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
   /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}*/
