@charset "utf-8";
/* CSS Document */

.about-side {
    width: 43.3%;
    margin: 0px;
    height: 378px;

    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
	cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Several different https://img.tradeindia.com/new_website1/tradeshowslandingpage/foodpack-tanz */
.bg-one {background-image:url(https://img.tradeindia.com/new_website1/tradeshowslandingpage/opticsfair/1/side.jpg)}

.bg-one a {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    /*text-decoration: none;*/
}


.about-side:hover .child, .about-side:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.about-side:hover .child:before, .about-side:focus .child:before {
    display: block;
}

.about-side:hover a, .about-side:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .about-side {width: 100%; margin: 20px 0px}
		.wrapper {padding: 20px 20px;}
}
