.gal-left{
    position: relative;
    width: 15%;
    float: left;
    padding: 5px;
    left: 1.5%;
    border: 1px solid lightsteelblue;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.7);
}
.gal-left h4{
    text-align: left;
}
.gal-left ul{
    position: relative;
    left: -40px;
}
.gal-left ul li{
    list-style-type: none;
    margin-bottom: 5px;
}
.gal-left li a{
    text-decoration: none;
    color: black;
    font-weight: 600;
    text-align: center;
}
.gal-left li a:hover{
    color: gainsboro;
    cursor: pointer;
}
.gal-right{
    position: relative;
    width: 78%;
    float: right;
    right: 3%;
}
.gal-right img{
    position: relative;
    width: 350px;
    height: 350px;
    border: 1px solid black;
}
/*For Films pages customer notice*/
.notice{
    position: relative;
    max-width: 70%;
    width: 70%;
    height: auto;
    max-height: auto;
    text-align: left;
    clear: right;
    float: left;
    left: 3.3%; 
}