a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
a {outline : none;}
a img {outline : none;}
img {border : 0;}
a:active, a:focus {outline: none; ie-dummy: expression(this.hideFocus=true);} /* IE 9 FIX */
a {-webkit-tap-highlight-color: rgba(0,0,0,0);}

* {-moz-box-sizing:border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
* {background-size:cover;background-position:center;background-repeat:no-repeat;}
* {transition: all 0.5s ease;}

html, body {font-family: 'Open Sans', sans-serif;color:#313131;font-size:16px;line-height:22px;font-weight:normal;}

h1 {}
h2 {}

ul {padding:0;margin:0;}
li {list-style:none;}

a:link, a:visited, a:active {color:#00aeef;text-decoration:underline; transition: all 0.5s ease;}
a:hover {color:#00aeef;text-decoration:none; transition: all 0.2s ease;}

.container {
    width: 300px;
    height: 400px;
    position: absolute; /*Can also be `fixed`*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*Solves a problem in which the content is being cut when the div is smaller than its' wrapper:*/
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    text-align:center;
}

.container img{
width:100%;
padding-bottom:20px;
}

/* SMALL DESKTOP */
 @media (max-width: 1200px){
 
}

/* TABLETS */
 @media (max-width: 1024px){
 
}

/* SMARTPHONES */
 @media (max-width: 767px){
 .container {
    width: 200px;
    height: 400px;
}
}